fix type on docs

This commit is contained in:
GaneshPandey 2019-04-09 13:18:49 +05:45
parent d0cfee5641
commit 11fd15c164

View File

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