We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c4f12 commit 9db21deCopy full SHA for 9db21de
README.md
@@ -233,8 +233,8 @@ the global one.
233
The processing of a GraphQL request, henceforth called "execution", flows
234
through a set of middelwares.
235
236
-They can be set on global level via `config.execution_middleware` or per-schema
237
-via `config.schemas.<yourschema>.execution_middleware`.
+They can be set on global level via `graphql.execution_middleware` or per-schema
+via `graphql.schemas.<yourschema>.execution_middleware`.
238
239
By default, the recommended set of middlewares is provided on the global level.
240
0 commit comments