Fixes the link to django-filter usage documentation.

This commit is contained in:
Haris Ibrahim K. V 2017-08-15 14:09:36 +05:30 committed by GitHub
parent 2929d0866c
commit b9c8bb57be

View File

@ -4,7 +4,7 @@ Filtering
Graphene integrates with Graphene integrates with
`django-filter <https://django-filter.readthedocs.org>`__ to provide `django-filter <https://django-filter.readthedocs.org>`__ to provide
filtering of results. See the `usage filtering of results. See the `usage
documentation <https://django-filter.readthedocs.org/en/latest/usage.html#the-filter>`__ documentation <https://django-filter.readthedocs.io/en/latest/guide/usage.html#the-filter>`__
for details on the format for ``filter_fields``. for details on the format for ``filter_fields``.
This filtering is automatically available when implementing a ``relay.Node``. This filtering is automatically available when implementing a ``relay.Node``.