mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-25 19:14:11 +03:00
fix typo (#959)
This commit is contained in:
parent
2225ed62e1
commit
a987035ef3
|
@ -47,7 +47,7 @@ Custom resolvers
|
||||||
If your ``DjangoObjectType`` has defined a custom
|
If your ``DjangoObjectType`` has defined a custom
|
||||||
:ref:`get_queryset<django-objecttype-get-queryset>` method, when resolving a
|
:ref:`get_queryset<django-objecttype-get-queryset>` method, when resolving a
|
||||||
``DjangoListField`` it will be called with either the return of the field
|
``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
|
For example the following schema will only resolve recipes which have been
|
||||||
published and have a title:
|
published and have a title:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user