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

Struct customDQLQueryResolver

graphql/resolve/query.go:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151type customDQLQueryResolver struct {
152 executor DgraphExecutor
153}
154
155func (qr *customDQLQueryResolver) Resolve(ctx context.Context, query schema.Query) *Resolved {
156 span := trace.SpanFromContext(ctx)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected