| 149 | } |
| 150 | |
| 151 | type customDQLQueryResolver struct { |
| 152 | executor DgraphExecutor |
| 153 | } |
| 154 | |
| 155 | func (qr *customDQLQueryResolver) Resolve(ctx context.Context, query schema.Query) *Resolved { |
| 156 | span := trace.SpanFromContext(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected