a httpResolver can resolve a single GraphQL field from an HTTP endpoint
| 675 | |
| 676 | // a httpResolver can resolve a single GraphQL field from an HTTP endpoint |
| 677 | type httpResolver struct { |
| 678 | *http.Client |
| 679 | } |
| 680 | |
| 681 | type httpQueryResolver httpResolver |
| 682 | type httpMutationResolver httpResolver |
nothing calls this directly
no outgoing calls
no test coverage detected