From a987035ef36d1612df9ad51a2a02de12272b4d26 Mon Sep 17 00:00:00 2001 From: vineethvanga18 <44473939+vineethvanga18@users.noreply.github.com> Date: Tue, 12 May 2020 01:33:17 +0530 Subject: [PATCH] fix typo (#959) --- 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: