Fix fileupload defaults not applied (#7086)
* added fileUpload definition default value * added undefined and null as invalid * removed explicit default value reference * improved test grouping in describes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -199,7 +199,8 @@ export interface ParseServerOptions {
|
||||
:DEFAULT: false */
|
||||
idempotencyOptions: ?IdempotencyOptions;
|
||||
/* Options for file uploads
|
||||
:ENV: PARSE_SERVER_FILE_UPLOAD_OPTIONS */
|
||||
:ENV: PARSE_SERVER_FILE_UPLOAD_OPTIONS
|
||||
:DEFAULT: {} */
|
||||
fileUpload: ?FileUploadOptions;
|
||||
/* Full path to your GraphQL custom schema.graphql file */
|
||||
graphQLSchema: ?string;
|
||||
|
||||
Reference in New Issue
Block a user