Set GRAPHQL_DEFAULT_VERSION = 2 in testing environment

This commit is contained in:
Brian Tiemann 2025-10-24 20:55:47 -04:00
parent d192c1e352
commit 3e1ccc80e9

View File

@ -51,3 +51,5 @@ LOGGING = {
'version': 1,
'disable_existing_loggers': True
}
GRAPHQL_DEFAULT_VERSION = 2