WithQueryMiddlewareConfig adds the configuration to use to apply middlewares before resolving queries. The config should be a mapping of the name of query to its middlewares.
(config map[string]QueryMiddlewares)
| 63 | // WithQueryMiddlewareConfig adds the configuration to use to apply middlewares before resolving |
| 64 | // queries. The config should be a mapping of the name of query to its middlewares. |
| 65 | WithQueryMiddlewareConfig(config map[string]QueryMiddlewares) ResolverFactory |
| 66 | |
| 67 | // WithMutationMiddlewareConfig adds the configuration to use to apply middlewares before |
| 68 | // resolving mutations. The config should be a mapping of the name of mutation to its |
no outgoing calls
no test coverage detected