MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / CustomHTTPConfig

Method CustomHTTPConfig

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

Source from the content-addressed store, hash-verified

1580}
1581
1582func (f *field) CustomHTTPConfig() (*FieldHTTPConfig, error) {
1583 return getCustomHTTPConfig(f, false)
1584}
1585
1586func (f *field) EnumValues() []string {
1587 typ := f.Type()

Callers

nothing calls this directly

Calls 1

getCustomHTTPConfigFunction · 0.85

Tested by

no test coverage detected