mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
Fix doc typo
This commit is contained in:
parent
93fc03d9e0
commit
dc5de1f503
|
@ -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 ``staticmethods``,
|
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``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user