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 51f360c commit bb3eef0Copy full SHA for bb3eef0
src/GraphQL/loaders/schemaMutations.js
@@ -83,7 +83,7 @@ const load = parseGraphQLSchema => {
83
enforceMasterKeyAccess(auth, config);
84
85
if (auth.isReadOnly) {
86
- throw new Parse.Error(
+ throw createSanitizedError(
87
Parse.Error.OPERATION_FORBIDDEN,
88
"read-only masterKey isn't allowed to update a schema."
89
);
0 commit comments