Skip to content

Commit

Permalink
fix typo (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethvanga18 authored May 11, 2020
1 parent 2225ed6 commit a987035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Custom resolvers
If your ``DjangoObjectType`` has defined a custom
:ref:`get_queryset<django-objecttype-get-queryset>` method, when resolving a
``DjangoListField`` it will be called with either the return of the field
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.

For example the following schema will only resolve recipes which have been
published and have a title:
Expand Down

0 comments on commit a987035

Please sign in to comment.