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