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

Method Execute

graphql/resolve/resolver.go:164–168  ·  view source on GitHub ↗
(ctx context.Context, req *dgoapi.Request, field schema.Field)

Source from the content-addressed store, hash-verified

162}
163
164func (aex *adminExecutor) Execute(ctx context.Context, req *dgoapi.Request, field schema.Field) (
165 *dgoapi.Response, error) {
166 ctx = context.WithValue(ctx, edgraph.Authorize, false)
167 return aex.dg.Execute(ctx, req, field)
168}
169
170func (aex *adminExecutor) CommitOrAbort(ctx context.Context,
171 tc *dgoapi.TxnContext) (*dgoapi.TxnContext, error) {

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.65

Tested by

no test coverage detected