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

Method Handler

graphql/admin/http.go:214–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212}
213
214func (gh *graphqlHandler) Handler() http.Handler {
215 return graphqlws.NewHandlerFunc(&graphqlSubscription{
216 graphqlHandler: gh,
217 }, gh)
218}
219
220// ServeHTTP handles GraphQL queries and mutations that get resolved
221// via GraphQL->Dgraph->GraphQL. It writes a valid GraphQL JSON response

Callers 1

NewServerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected