graphene-django/graphene_django
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
..
debug Fix hasNextPage - revert to count. Fix after (#986) 2020-06-25 13:00:24 +01:00
filter Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00
forms Convert Django form / DRF decimals to Graphene decimals (#958) 2021-01-09 22:00:11 -08:00
management Fix issue #1055 (#1056) 2020-12-22 20:13:34 -08:00
rest_framework Convert Django form / DRF decimals to Graphene decimals (#958) 2021-01-09 22:00:11 -08:00
static/graphene_django Add headers support to GraphiQL (#1016) 2020-08-07 10:13:26 +01:00
templates/graphene Add headers support to GraphiQL (#1016) 2020-08-07 10:13:26 +01:00
tests Add enum support to filters and fix filter typing (v2) (#1114) 2021-02-22 20:22:09 -08:00
utils Fix backward compability on GraphQLTestCase._client setter (#1093) 2021-01-09 19:16:18 -08:00
__init__.py v2.15.0 2020-12-30 22:46:51 -08:00
compat.py Support "contains" and "overlap" filtering (v2) (#1100) 2021-01-18 21:39:18 -08:00
conftest.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
constants.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
converter.py improvement: convert decimal field to graphene decimal (#1083) 2020-12-30 08:25:41 -08:00
fields.py Fix 1061: DjangoListField should not cache queries (#1063) 2020-12-22 20:10:28 -08:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00
types.py Fix Connection/Edge naming and add unit test (#1012) 2020-08-07 10:15:35 +01:00
views.py Handle database transactions (#1039) 2020-12-22 20:18:14 -08:00