From 64a9a2352f755690e2088c874eea73c29b962c4a Mon Sep 17 00:00:00 2001 From: vineethvanga18 <44473939+vineethvanga18@users.noreply.github.com> Date: Tue, 12 May 2020 00:03:01 +0530 Subject: [PATCH] fix typo changed queryeset to queryset --- docs/fields.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fields.rst b/docs/fields.rst index 1a8afc3..32ca26c 100644 --- a/docs/fields.rst +++ b/docs/fields.rst @@ -47,7 +47,7 @@ Custom resolvers If your ``DjangoObjectType`` has defined a custom :ref:`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: