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

Method Execute

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

Source from the content-addressed store, hash-verified

173}
174
175func (de *dgraphExecutor) Execute(ctx context.Context, req *dgoapi.Request, field schema.Field) (
176 *dgoapi.Response, error) {
177 return de.dg.Execute(ctx, req, field)
178}
179
180func (de *dgraphExecutor) CommitOrAbort(ctx context.Context,
181 tc *dgoapi.TxnContext) (*dgoapi.TxnContext, error) {

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.65

Tested by

no test coverage detected