graphene-django/graphene_django/filter
Thomas Leonard e323e2bc0b
Add enum support to filters and fix filter typing (v2) (#1114)
* - Add filtering support for choice fields converted to graphql Enum (or not)
- Fix type of various filters (used to default to String)
- Fix bug with contains introduced in previous PR
- Fix bug with declared filters being overridden (see PR #1108)
- Fix support for ArrayField and add documentation

* Fix tests

Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
2021-02-22 20:22:09 -08:00
..
tests Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00
__init__.py Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00
fields.py Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00
filters.py Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00
filterset.py Validate in and range filter inputs (#1092) 2021-01-09 19:15:56 -08:00
utils.py Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00