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.
2 parents e71a521 + 834d52f commit e19e229Copy full SHA for e19e229
docs/execution/middleware.rst
@@ -19,7 +19,7 @@ Middlewares ``resolve`` is invoked with several arguments:
19
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
20
- ``root`` is the root value object passed throughout the query.
21
- ``info`` is the resolver info.
22
-- ``args`` is the hash of arguments passed to the field.
+- ``args`` is the dict of arguments passed to the field.
23
24
Example
25
-------
0 commit comments