WithMutationMiddlewareConfig adds the configuration to use to apply middlewares before resolving mutations. The config should be a mapping of the name of mutation to its middlewares.
(config map[string]MutationMiddlewares)
| 68 | // resolving mutations. The config should be a mapping of the name of mutation to its |
| 69 | // middlewares. |
| 70 | WithMutationMiddlewareConfig(config map[string]MutationMiddlewares) ResolverFactory |
| 71 | |
| 72 | // WithSchemaIntrospection adds schema introspection capabilities to the factory. |
| 73 | // So __schema and __type queries can be resolved. |
no outgoing calls
no test coverage detected