(ctx context.Context, req *dgoapi.Request, field schema.Field)
| 162 | } |
| 163 | |
| 164 | func (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 | |
| 170 | func (aex *adminExecutor) CommitOrAbort(ctx context.Context, |
| 171 | tc *dgoapi.TxnContext) (*dgoapi.TxnContext, error) { |