mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-13 13:16:49 +03:00
Fix resolve arguments section according to 2.0 resolvers
This commit is contained in:
parent
f79eb57c06
commit
1555c988e0
|
@ -18,10 +18,8 @@ Middlewares ``resolve`` is invoked with several arguments:
|
||||||
|
|
||||||
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
|
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
|
||||||
- ``root`` is the root value object passed throughout the query.
|
- ``root`` is the root value object passed throughout the query.
|
||||||
- ``args`` is the hash of arguments passed to the field.
|
|
||||||
- ``context`` is the context object passed throughout the query.
|
|
||||||
- ``info`` is the resolver info.
|
- ``info`` is the resolver info.
|
||||||
|
- ``args`` is the hash of arguments passed to the field.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user