Skip to content

Commit 9db21de

Browse files
committed
[skip ci] readme: fix config reference
1 parent d9c4f12 commit 9db21de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ the global one.
233233
The processing of a GraphQL request, henceforth called "execution", flows
234234
through a set of middelwares.
235235

236-
They can be set on global level via `config.execution_middleware` or per-schema
237-
via `config.schemas.<yourschema>.execution_middleware`.
236+
They can be set on global level via `graphql.execution_middleware` or per-schema
237+
via `graphql.schemas.<yourschema>.execution_middleware`.
238238

239239
By default, the recommended set of middlewares is provided on the global level.
240240

0 commit comments

Comments
 (0)