We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79eb57 commit 1555c98Copy full SHA for 1555c98
docs/execution/middleware.rst
@@ -18,10 +18,8 @@ Middlewares ``resolve`` is invoked with several arguments:
18
19
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
20
- ``root`` is the root value object passed throughout the query.
21
-- ``args`` is the hash of arguments passed to the field.
22
-- ``context`` is the context object passed throughout the query.
23
- ``info`` is the resolver info.
24
-
+- ``args`` is the hash of arguments passed to the field.
25
26
Example
27
-------
0 commit comments