Skip to content

Commit 3fe12ca

Browse files
authored
Merge pull request #588 from ekampf/feature/doc_fix_middleware
Fix resolve arguments section according to 2.0 resolvers
2 parents 3ee9413 + 1555c98 commit 3fe12ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/execution/middleware.rst

Lines changed: 1 addition & 3 deletions
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)