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

Struct getSchemaResolver

graphql/admin/schema.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20)
21
22type getSchemaResolver struct {
23 admin *adminServer
24}
25
26type updateGQLSchemaInput struct {
27 Set worker.GqlSchema `json:"set,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected