| 32 | } |
| 33 | |
| 34 | type Config struct { |
| 35 | Schema *ast.Schema |
| 36 | Resolvers ResolverRoot |
| 37 | Directives DirectiveRoot |
| 38 | Complexity ComplexityRoot |
| 39 | } |
| 40 | |
| 41 | type ResolverRoot interface { |
| 42 | Mutation() MutationResolver |
nothing calls this directly
no outgoing calls
no test coverage detected