We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254e59c commit 4bbc082Copy full SHA for 4bbc082
docs/filtering.rst
@@ -127,7 +127,7 @@ create your own ``FilterSet``. You can pass it directly as follows:
127
all_animals = DjangoFilterConnectionField(AnimalNode,
128
filterset_class=AnimalFilter)
129
130
-You can also specify the ``FilterSet`` class using the ``filerset_class``
+You can also specify the ``FilterSet`` class using the ``filterset_class``
131
parameter when defining your ``DjangoObjectType``, however, this can't be used
132
in unison with the ``filter_fields`` parameter:
133
@@ -218,4 +218,4 @@ with this set up, you can now order the users under group:
218
xxx
219
}
220
221
- }
+ }
0 commit comments