Skip to content

Commit

Permalink
Clarify execution order in middleware docs (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgroothuijsen committed Nov 15, 2022
1 parent ccdd35b commit b349632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/execution/middleware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ And then execute it with:
result = schema.execute('THE QUERY', middleware=[AuthorizationMiddleware()])
If the ``middleware`` argument includes multiple middlewares,
these middlewares will be executed bottom-up, i.e. from last to first.

Functional example
------------------
Expand Down

0 comments on commit b349632

Please sign in to comment.