mutationResolver can resolve a single GraphQL mutation field
| 167 | |
| 168 | // mutationResolver can resolve a single GraphQL mutation field |
| 169 | type dgraphResolver struct { |
| 170 | mutationRewriter MutationRewriter |
| 171 | executor DgraphExecutor |
| 172 | } |
| 173 | |
| 174 | func (mr *dgraphResolver) Resolve(ctx context.Context, m schema.Mutation) (*Resolved, bool) { |
| 175 | span := trace.SpanFromContext(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected