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

Method IsCustomHTTP

graphql/schema/wrappers.go:1851–1853  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1849}
1850
1851func (q *query) IsCustomHTTP() bool {
1852 return (*field)(q).IsCustomHTTP()
1853}
1854
1855func (q *query) HasCustomHTTPChild() bool {
1856 return (*field)(q).HasCustomHTTPChild()

Callers

nothing calls this directly

Calls 1

IsCustomHTTPMethod · 0.65

Tested by

no test coverage detected