Merge pull request #498 from XatMassacrE/master

Fix doc typo
This commit is contained in:
Syrus Akbary 2017-07-10 21:33:40 -07:00 committed by GitHub
commit 3e62fcf0cc

View File

@ -52,7 +52,7 @@ field is the ``resolve_{field_name}`` method on the ``ObjectType``.
By default resolvers take the arguments ``args``, ``context`` and ``info``. By default resolvers take the arguments ``args``, ``context`` and ``info``.
NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethod``s, NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethod``\ s,
so the first argument to the resolver method ``self`` (or ``root``) need so the first argument to the resolver method ``self`` (or ``root``) need
not be an actual instance of the ``ObjectType``. not be an actual instance of the ``ObjectType``.