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

Method CompleteAlias

graphql/schema/wrappers.go:209–209  ·  view source on GitHub ↗

CompleteAlias applies GraphQL alias completion for field to the input buffer buf.

(buf *bytes.Buffer)

Source from the content-addressed store, hash-verified

207 NullResponse() []byte
208 // CompleteAlias applies GraphQL alias completion for field to the input buffer buf.
209 CompleteAlias(buf *bytes.Buffer)
210 // GetAuthMeta returns the Dgraph.Authorization meta information stored in schema
211 GetAuthMeta() *authorization.AuthMeta
212}

Callers 10

encodeMethod · 0.95
completePointFunction · 0.65
completePolygonFunction · 0.65
completeMultiPolygonFunction · 0.65
completeMutationResultFunction · 0.65
CompleteAliasMethod · 0.65
CompleteAliasMethod · 0.65
CompleteObjectFunction · 0.65

Implementers 1

fieldgraphql/schema/wrappers.go

Calls

no outgoing calls

Tested by

no test coverage detected