We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22504c commit 93fc03dCopy full SHA for 93fc03d
docs/types/objecttypes.rst
@@ -52,7 +52,7 @@ field is the ``resolve_{field_name}`` method on the ``ObjectType``.
52
53
By default resolvers take the arguments ``args``, ``context`` and ``info``.
54
55
-NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethod``s,
+NOTE: The resolvers on a ``ObjectType`` are always treated as ``staticmethods``,
56
so the first argument to the resolver method ``self`` (or ``root``) need
57
not be an actual instance of the ``ObjectType``.
58
0 commit comments