We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2225ed6 commit a987035Copy full SHA for a987035
docs/fields.rst
@@ -47,7 +47,7 @@ Custom resolvers
47
If your ``DjangoObjectType`` has defined a custom
48
:ref:`get_queryset<django-objecttype-get-queryset>` method, when resolving a
49
``DjangoListField`` it will be called with either the return of the field
50
-resolver (if one is defined) or the default queryeset from the Django model.
+resolver (if one is defined) or the default queryset from the Django model.
51
52
For example the following schema will only resolve recipes which have been
53
published and have a title:
0 commit comments