Skip to content

Interface: UploadOptions

Defined in: packages/apollo/src/upload.ts:227

Options for controlling file upload limits in a GraphQL multipart request.

Properties

PropertyTypeDescriptionDefined in
maxFiles?numberMaximum number of files allowed per request. Default 10packages/apollo/src/upload.ts:232
maxFileSize?numberMaximum allowed size per file in bytes. Requests containing a file that exceeds this limit will throw an error.packages/apollo/src/upload.ts:237

Released under the MIT License.