mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
* fixed broken links to graphene filter documentation (master->main) * #1295 There is still a wrong link to github The referenced example is in main branch but the link goes to the master branch which still exists. Co-authored-by: Peter Paul Kiefer <dafisppk@gmail.com>
This commit is contained in:
parent
bf8fd7696b
commit
0bb9f1ca60
|
@ -26,7 +26,7 @@ After installing ``django-filter`` you'll need to add the application in the ``s
|
|||
]
|
||||
|
||||
Note: The techniques below are demoed in the `cookbook example
|
||||
app <https://github.com/graphql-python/graphene-django/tree/master/examples/cookbook>`__.
|
||||
app <https://github.com/graphql-python/graphene-django/tree/main/examples/cookbook>`__.
|
||||
|
||||
Filterable fields
|
||||
-----------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user