MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / ResolveWithNs

Method ResolveWithNs

graphql/admin/http.go:48–48  ·  view source on GitHub ↗

ResolveWithNs processes a GQL Request using the correct resolver and returns a GQL Response

(ctx context.Context, ns uint64, gqlReq *schema.Request)

Source from the content-addressed store, hash-verified

46
47 // ResolveWithNs processes a GQL Request using the correct resolver and returns a GQL Response
48 ResolveWithNs(ctx context.Context, ns uint64, gqlReq *schema.Request) *schema.Response
49}
50
51type graphqlHandler struct {

Callers 1

resolveWithAdminServerFunction · 0.65

Implementers 1

graphqlHandlergraphql/admin/http.go

Calls

no outgoing calls

Tested by

no test coverage detected