File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ The above ``Person`` ObjectType has the following schema representation:
46
46
Resolvers
47
47
---------
48
48
49
- A resolver is a method that resolves certain fields within a
49
+ A resolver is a method that resolves certain fields within an
50
50
``ObjectType ``. If not specified otherwise, the resolver of a
51
51
field is the ``resolve_{field_name} `` method on the ``ObjectType ``.
52
52
53
53
By default resolvers take the arguments ``info `` and ``*args ``.
54
54
55
- NOTE: The resolvers on a ``ObjectType `` are always treated as ``staticmethod ``\ s,
55
+ NOTE: The resolvers on an ``ObjectType `` are always treated as ``staticmethod ``\ s,
56
56
so the first argument to the resolver method ``self `` (or ``root ``) need
57
57
not be an actual instance of the ``ObjectType ``.
58
58
You can’t perform that action at this time.
0 commit comments