mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 04:07:16 +03:00
Merge pull request #611 from danpalmer/patch-1
Use more Pythonic terminology here
This commit is contained in:
commit
e19e229710
|
@ -19,7 +19,7 @@ Middlewares ``resolve`` is invoked with several arguments:
|
|||
- ``next`` represents the execution chain. Call ``next`` to continue evalution.
|
||||
- ``root`` is the root value object passed throughout the query.
|
||||
- ``info`` is the resolver info.
|
||||
- ``args`` is the hash of arguments passed to the field.
|
||||
- ``args`` is the dict of arguments passed to the field.
|
||||
|
||||
Example
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue
Block a user