From c3a22ff088431623efbd70f2750f5fb37686b2cc Mon Sep 17 00:00:00 2001 From: Laurent Riviere Date: Mon, 17 Jul 2023 09:52:02 +0000 Subject: [PATCH] feat: added USE_DATALOADERS settings --- graphene_django/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/graphene_django/settings.py b/graphene_django/settings.py index 9c7dc38..4acd878 100644 --- a/graphene_django/settings.py +++ b/graphene_django/settings.py @@ -43,6 +43,7 @@ DEFAULTS = { "GRAPHIQL_SHOULD_PERSIST_HEADERS": False, "ATOMIC_MUTATIONS": False, "TESTING_ENDPOINT": "/graphql", + "USE_DATALOADERS": False, } if settings.DEBUG: