Merge pull request #24 from superlevure/feat/dataloader

feat: added setting for dataloaders
This commit is contained in:
Laurent 2023-07-19 12:48:42 +00:00 committed by GitHub
commit d1711060c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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