Set GRAPHQL_DEFAULT_VERSION = 2 in testing environment
This commit is contained in:
parent
d192c1e352
commit
3e1ccc80e9
|
|
@ -51,3 +51,5 @@ LOGGING = {
|
|||
'version': 1,
|
||||
'disable_existing_loggers': True
|
||||
}
|
||||
|
||||
GRAPHQL_DEFAULT_VERSION = 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue