()
| 93 | } |
| 94 | |
| 95 | func (e *executableSchema) Schema() *ast.Schema { |
| 96 | return parsedSchema |
| 97 | } |
| 98 | |
| 99 | func (e *executableSchema) Complexity(typeName, field string, childComplexity int, rawArgs map[string]interface{}) (int, bool) { |
| 100 | ec := executionContext{nil, e} |
nothing calls this directly
no outgoing calls
no test coverage detected