graphene-django/graphene_django/tests
Thomas Leonard 37848fa2df
fix: convert Django BigIntegerField to BigInt GraphQL type (#1318)
Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
2022-09-22 19:09:11 +01:00
..
issues Fix duplicated ErrorType declaration (#539) 2019-03-31 12:01:43 +01:00
__init__.py Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00
forms.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
models.py Add enum support to filters and fix filter typing (v3) (#1119) 2021-02-22 20:21:32 -08:00
mutations.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
schema_view.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
schema.py Warn if fields or exclude are not defined on DjangoObjectType (#981) 2020-06-11 11:09:52 +01:00
test_command.py Fix: Use .formatted instead of format_error (#1327) & Fix tests 2022-08-15 11:41:39 +02:00
test_converter.py fix: convert Django BigIntegerField to BigInt GraphQL type (#1318) 2022-09-22 19:09:11 +01:00
test_fields.py Fix: Use resolver passed as an attribute (#1131) 2021-02-23 09:50:19 -08:00
test_forms.py Reformatted files using black 2018-07-19 16:52:24 -07:00
test_query.py fix: backward pagination (#1346) 2022-09-22 16:01:28 +01:00
test_schema.py Warn if fields or exclude are not defined on DjangoObjectType (#981) 2020-06-11 11:09:52 +01:00
test_types.py Fix: Use .formatted instead of format_error (#1327) & Fix tests 2022-08-15 11:41:39 +02:00
test_utils.py Added GraphQLTransactionTestCase (#1099) 2021-02-22 20:24:02 -08:00
test_views.py Fix: Use .formatted instead of format_error (#1327) & Fix tests 2022-08-15 11:41:39 +02:00
types.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
urls_inherited.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
urls_pretty.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
urls.py Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00