fix: errors in GraphQL do not show the original error but a general Unexpected Error (#8045)

This commit is contained in:
Antoine Cormouls
2022-06-17 13:40:31 +02:00
committed by GitHub
parent 03caae1e61
commit 0d818879c2
2 changed files with 19 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ class ParseGraphQLServer {
config,
auth,
}),
maskedErrors: false,
multipart: {
fileSize: this._transformMaxUploadSizeToBytes(
this.parseServer.config.maxUploadSize || '20mb'