MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / HasCustomHTTPChild

Method HasCustomHTTPChild

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

HasCustomHTTPChild tells whether any descendent of this field has @custom(http: {...}) on it.

()

Source from the content-addressed store, hash-verified

166 IsCustomHTTP() bool
167 // HasCustomHTTPChild tells whether any descendent of this field has @custom(http: {...}) on it.
168 HasCustomHTTPChild() bool
169 HasLambdaDirective() bool
170 Type() Type
171 IsExternal() bool

Callers 5

processCustomFieldsMethod · 0.65
resolveCustomFieldsMethod · 0.65
HasCustomHTTPChildMethod · 0.65
HasCustomHTTPChildMethod · 0.65
HasCustomHTTPChildMethod · 0.65

Implementers 1

fieldgraphql/schema/wrappers.go

Calls

no outgoing calls

Tested by

no test coverage detected