File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Filtering
4
4
Graphene integrates with
5
5
`django-filter <https://django-filter.readthedocs.org >`__ to provide
6
6
filtering of results. See the `usage
7
- documentation <https://django-filter.readthedocs.org /en/latest/usage.html#the-filter> `__
7
+ documentation <https://django-filter.readthedocs.io /en/latest/guide /usage.html#the-filter> `__
8
8
for details on the format for ``filter_fields ``.
9
9
10
10
This filtering is automatically available when implementing a ``relay.Node ``.
@@ -26,7 +26,7 @@ Filterable fields
26
26
The ``filter_fields `` parameter is used to specify the fields which can
27
27
be filtered upon. The value specified here is passed directly to
28
28
``django-filter ``, so see the `filtering
29
- documentation <https://django-filter.readthedocs.org /en/latest/usage.html#the-filter> `__
29
+ documentation <https://django-filter.readthedocs.io /en/latest/guide /usage.html#the-filter> `__
30
30
for full details on the range of options available.
31
31
32
32
For example:
You can’t perform that action at this time.
0 commit comments