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

Method WithSchemaIntrospection

graphql/resolve/resolver.go:74–74  ·  view source on GitHub ↗

WithSchemaIntrospection adds schema introspection capabilities to the factory. So __schema and __type queries can be resolved.

()

Source from the content-addressed store, hash-verified

72 // WithSchemaIntrospection adds schema introspection capabilities to the factory.
73 // So __schema and __type queries can be resolved.
74 WithSchemaIntrospection() ResolverFactory
75}
76
77// A ResultCompleter can take a []byte slice representing an intermediate result

Callers 2

resetSchemaMethod · 0.95
newAdminResolverFactoryFunction · 0.65

Implementers 1

resolverFactorygraphql/resolve/resolver.go

Calls

no outgoing calls

Tested by

no test coverage detected