graphene-django/graphene_django/filter
Thomas Leonard 3636780337 - 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
2021-02-13 11:30:54 +01:00
..
tests - Add filtering support for choice fields converted to graphql Enum (or not) 2021-02-13 11:30:54 +01:00
__init__.py - Add filtering support for choice fields converted to graphql Enum (or not) 2021-02-13 11:30:54 +01:00
fields.py - Add filtering support for choice fields converted to graphql Enum (or not) 2021-02-13 11:30:54 +01:00
filters.py - Add filtering support for choice fields converted to graphql Enum (or not) 2021-02-13 11:30:54 +01:00
filterset.py Validate in and range filter inputs (#1092) 2021-01-09 19:15:56 -08:00
utils.py - Add filtering support for choice fields converted to graphql Enum (or not) 2021-02-13 11:30:54 +01:00