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

Struct dgraphExecutor

graphql/resolve/resolver.go:121–123  ·  view source on GitHub ↗

dgraphExecutor is an implementation of both QueryExecutor and MutationExecutor that proxies query/mutation resolution through Query method in dgraph server.

Source from the content-addressed store, hash-verified

119// dgraphExecutor is an implementation of both QueryExecutor and MutationExecutor
120// that proxies query/mutation resolution through Query method in dgraph server.
121type dgraphExecutor struct {
122 dg *dgraph.DgraphEx
123}
124
125// adminExecutor is an implementation of both QueryExecutor and MutationExecutor
126// that proxies query resolution through Query method in dgraph server, and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected