mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-07 22:03:12 +03:00
Fix doc typo
This commit is contained in:
parent
656b9332e5
commit
be677e4fd2
|
@ -307,7 +307,7 @@ with this set up, you can now filter events by tags:
|
||||||
`TypedFilter`
|
`TypedFilter`
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Sometimes you the automatic detection of the filter input type is not satisfactory for what you are trying to achieve.
|
Sometimes the automatic detection of the filter input type is not satisfactory for what you are trying to achieve.
|
||||||
You can then explicitly specify the input type you want for your filter by using a `TypedFilter`:
|
You can then explicitly specify the input type you want for your filter by using a `TypedFilter`:
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
Loading…
Reference in New Issue
Block a user