MCPcopy Create free account
hub / github.com/devfullcycle/goexpert / Schema

Method Schema

13-GraphQL/graph/generated/generated.go:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (e *executableSchema) Schema() *ast.Schema {
96 return parsedSchema
97}
98
99func (e *executableSchema) Complexity(typeName, field string, childComplexity int, rawArgs map[string]interface{}) (int, bool) {
100 ec := executionContext{nil, e}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected