mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
feat: added USE_DATALOADERS settings
This commit is contained in:
parent
975112cbb7
commit
34cef2bccd
|
@ -42,6 +42,7 @@ DEFAULTS = {
|
|||
"GRAPHIQL_SHOULD_PERSIST_HEADERS": False,
|
||||
"ATOMIC_MUTATIONS": False,
|
||||
"TESTING_ENDPOINT": "/graphql",
|
||||
"USE_DATALOADERS": False,
|
||||
}
|
||||
|
||||
if settings.DEBUG:
|
||||
|
|
Loading…
Reference in New Issue
Block a user