MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / httpResolver

Struct httpResolver

graphql/resolve/resolver.go:677–679  ·  view source on GitHub ↗

a httpResolver can resolve a single GraphQL field from an HTTP endpoint

Source from the content-addressed store, hash-verified

675
676// a httpResolver can resolve a single GraphQL field from an HTTP endpoint
677type httpResolver struct {
678 *http.Client
679}
680
681type httpQueryResolver httpResolver
682type httpMutationResolver httpResolver

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected