feat: added USE_DATALOADERS settings

This commit is contained in:
Laurent Riviere 2023-07-17 09:52:02 +00:00
parent 975112cbb7
commit 34cef2bccd

View File

@ -42,6 +42,7 @@ DEFAULTS = {
"GRAPHIQL_SHOULD_PERSIST_HEADERS": False,
"ATOMIC_MUTATIONS": False,
"TESTING_ENDPOINT": "/graphql",
"USE_DATALOADERS": False,
}
if settings.DEBUG: