Skip to content

Commit 1555c98

Browse files
committed
Fix resolve arguments section according to 2.0 resolvers
1 parent f79eb57 commit 1555c98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/execution/middleware.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ Middlewares ``resolve`` is invoked with several arguments:
1818

1919
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
2020
- ``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.
2321
- ``info`` is the resolver info.
24-
22+
- ``args`` is the hash of arguments passed to the field.
2523

2624
Example
2725
-------

0 commit comments

Comments
 (0)