graphene-django/graphene_django/filter
Thomas Leonard 2d4ca0ac7b
Add enum support to filters and fix filter typing (v3) (#1119)
* - 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 for v3

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