Set GRAPHQL_DEFAULT_VERSION = 2 in testing environment
Some checks are pending
CI / build (20.x, 3.12) (push) Waiting to run
CI / build (20.x, 3.13) (push) Waiting to run

This commit is contained in:
Brian Tiemann
2025-10-24 20:55:47 -04:00
parent b8fea8c8df
commit 1d6d154919

View File

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