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

Method IsCustomHTTP

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

Source from the content-addressed store, hash-verified

2114}
2115
2116func (m *mutation) IsCustomHTTP() bool {
2117 return (*field)(m).IsCustomHTTP()
2118}
2119
2120func (m *mutation) HasCustomHTTPChild() bool {
2121 return (*field)(m).HasCustomHTTPChild()

Callers

nothing calls this directly

Calls 1

IsCustomHTTPMethod · 0.65

Tested by

no test coverage detected