MCPcopy
hub / github.com/dgraph-io/dgraph / HTTPHandler

Method HTTPHandler

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

HTTPHandler returns a http.Handler that serves GraphQL.

()

Source from the content-addressed store, hash-verified

43
44 // HTTPHandler returns a http.Handler that serves GraphQL.
45 HTTPHandler() http.Handler
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

Callers 3

setupServerFunction · 0.95
panicCatcherFunction · 0.65
clientInfoLoginFunction · 0.65

Implementers 1

graphqlHandlergraphql/admin/http.go

Calls

no outgoing calls

Tested by

no test coverage detected