Merge pull request #611 from danpalmer/patch-1

Use more Pythonic terminology here
This commit is contained in:
Syrus Akbary 2017-11-25 15:27:08 -08:00 committed by GitHub
commit e19e229710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
-------