MCPcopy Create free account
hub / github.com/encoder-run/operator / Schema

Method Schema

pkg/graph/generated.go:191–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func (e *executableSchema) Schema() *ast.Schema {
192 if e.schema != nil {
193 return e.schema
194 }
195 return parsedSchema
196}
197
198func (e *executableSchema) Complexity(typeName, field string, childComplexity int, rawArgs map[string]interface{}) (int, bool) {
199 ec := executionContext{nil, e, 0, 0, nil}

Callers 2

introspectSchemaMethod · 0.80
introspectTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected