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

Method CustomHTTPConfig

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

Source from the content-addressed store, hash-verified

1889}
1890
1891func (q *query) CustomHTTPConfig() (*FieldHTTPConfig, error) {
1892 return getCustomHTTPConfig((*field)(q), true)
1893}
1894
1895func (q *query) EnumValues() []string {
1896 return nil

Callers

nothing calls this directly

Calls 1

getCustomHTTPConfigFunction · 0.85

Tested by

no test coverage detected