Execute performs the actual query/mutation and returns a Dgraph response. If an error occurs, that indicates that the execution failed in some way significant enough way as to not continue processing this query/mutation or others in the same request.
(ctx context.Context, req *dgoapi.Request, field schema.Field)
| 120 | // occurs, that indicates that the execution failed in some way significant enough |
| 121 | // way as to not continue processing this query/mutation or others in the same request. |
| 122 | Execute(ctx context.Context, req *dgoapi.Request, field schema.Field) (*dgoapi.Response, error) |
| 123 | CommitOrAbort(ctx context.Context, tc *dgoapi.TxnContext) (*dgoapi.TxnContext, error) |
| 124 | } |
| 125 |
no outgoing calls
no test coverage detected