From 34cef2bccd891a55aa4cc5d9823d805dcaf5354e 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 d0ef16c..31fb09d 100644 --- a/graphene_django/settings.py +++ b/graphene_django/settings.py @@ -42,6 +42,7 @@ DEFAULTS = { "GRAPHIQL_SHOULD_PERSIST_HEADERS": False, "ATOMIC_MUTATIONS": False, "TESTING_ENDPOINT": "/graphql", + "USE_DATALOADERS": False, } if settings.DEBUG: