We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfb4ac commit ba1104fCopy full SHA for ba1104f
Schema.js
@@ -75,6 +75,7 @@ function classNameIsValid(className) {
75
className === '_Session' ||
76
className === '_SCHEMA' || //TODO: remove this, as _SCHEMA is not a valid class name for storing Parse Objects.
77
className === '_Role' ||
78
+ className === '_GlobalConfig' ||
79
joinClassRegex.test(className) ||
80
//Class names have the same constraints as field names, but also allow the previous additional names.
81
fieldNameIsValid(className)
0 commit comments