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

Method IsCustomHTTP

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

IsCustomHTTP tells whether this field has @custom(http: {...}) directive on it.

()

Source from the content-addressed store, hash-verified

164 CustomRequiredFields() map[string]FieldDefinition
165 // IsCustomHTTP tells whether this field has @custom(http: {...}) directive on it.
166 IsCustomHTTP() bool
167 // HasCustomHTTPChild tells whether any descendent of this field has @custom(http: {...}) on it.
168 HasCustomHTTPChild() bool
169 HasLambdaDirective() bool

Callers 6

encodeMethod · 0.95
resolveCustomFieldsMethod · 0.65
addSelectionSetFromFunction · 0.65
IsCustomHTTPMethod · 0.65
IsCustomHTTPMethod · 0.65

Implementers 1

fieldgraphql/schema/wrappers.go

Calls

no outgoing calls

Tested by

no test coverage detected