WithMutationResolver adds a new query resolver. Each time mutation name is resolved resolver is called to create a new instance of a MutationResolver to resolve the mutation.
( name string, resolver func(schema.Mutation) MutationResolver)
| 54 | // resolver is called to create a new instance of a MutationResolver to resolve the |
| 55 | // mutation. |
| 56 | WithMutationResolver( |
| 57 | name string, resolver func(schema.Mutation) MutationResolver) ResolverFactory |
| 58 | |
| 59 | // WithConventionResolvers adds a set of our convention based resolvers to the |
no outgoing calls
no test coverage detected