graphene-django/graphene_django
Syberen van Munster bb03306075
Move testing endpoint to settings (#1105)
* Import testing endpoint from graphene settings

* Add documentation for TESTING_ENDPOINT setting

* Remove empty lines

* Run formatter

Co-authored-by: Firas K <3097061+firaskafri@users.noreply.github.com>
2022-09-26 01:56:22 +03:00
..
debug Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
filter feat: update name of DjangoFilterConnectionField type input to be consistent with graphene (Issue #1316) (#1317) 2022-09-22 19:09:29 +01:00
forms Make errors in form mutation non nullable (#1286) 2022-09-23 11:47:10 +03:00
management Django v4, python 3.10 support for graphene-django v3 (#1281) 2022-01-07 20:26:07 +00:00
rest_framework Convert DecimalField to Decimal instead of Float in DRF and form converters (#1277) 2022-01-18 17:03:08 +03:00
static/graphene_django Add support to persist GraphQL headers in GraphiQL (#1209) 2022-09-24 17:41:14 +03:00
templates/graphene Add support to persist GraphQL headers in GraphiQL (#1209) 2022-09-24 17:41:14 +03:00
tests Fixes related to pr#1412 (#1352) 2022-09-24 15:50:40 +03:00
utils Move testing endpoint to settings (#1105) 2022-09-26 01:56:22 +03:00
__init__.py Bump version to v3.0.0b9 (#1353) 2022-09-26 01:27:22 +03:00
compat.py Fix main branch tests failing due to wrong instancing of Missing class (#1135) 2021-03-02 10:46:35 -08:00
conftest.py Make tests order independent (#932) 2020-04-20 13:23:20 +01:00
constants.py WIP: Merge master into v3 (#1086) 2020-12-30 15:37:57 -08:00
converter.py fix: unit test for graphene pr#1412 (#1315) 2022-09-23 11:45:02 +03:00
fields.py Fixed deprecation warning (#1313) 2022-09-24 16:00:45 +03:00
registry.py Reformatted files using black 2018-07-19 16:52:24 -07:00
settings.py Move testing endpoint to settings (#1105) 2022-09-26 01:56:22 +03:00
types.py Fix type hint for DjangoObjectTypeOptions.model (#1269) 2022-09-24 16:00:12 +03:00
views.py Add support to persist GraphQL headers in GraphiQL (#1209) 2022-09-24 17:41:14 +03:00