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
44Graphene integrates with
55`django-filter <https://django-filter.readthedocs.org >`__ to provide
66filtering 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> `__
88for details on the format for ``filter_fields ``.
99
1010This filtering is automatically available when implementing a ``relay.Node ``.
@@ -26,7 +26,7 @@ Filterable fields
2626The ``filter_fields `` parameter is used to specify the fields which can
2727be filtered upon. The value specified here is passed directly to
2828``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> `__
3030for full details on the range of options available.
3131
3232For example:
You can’t perform that action at this time.
0 commit comments