fix type on docs (#939)

This commit is contained in:
Ganesh Pandey 2019-04-10 00:14:40 +05:45 committed by Eran Kampf
parent d0cfee5641
commit daf0d17647

View File

@ -16,7 +16,7 @@ Resolve arguments
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 evaluation.
- ``root`` is the root value object passed throughout the query.
- ``info`` is the resolver info.
- ``args`` is the dict of arguments passed to the field.