@nautical-commerce/graphql-schema 1.66.0-17-g374edf35a → 1.66.0-19-g236133b81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nautical/schema.graphql +1 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13211,7 +13211,7 @@ type Mutation {
|
|
13211
13211
|
description: String
|
13212
13212
|
|
13213
13213
|
"""
|
13214
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13214
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/x-tif, image/x-dxf, application/vnd.oasis.opendocument.spreadsheet, application/x-jpg, application/gzipped, application/x-rar, application/tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/png, application/vnd.oasis.opendocument.text, text/csv, application/x-pdf, text/plain, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-word, application/x-gzip, application/x-acad, text/comma-separated-values, application/tiff, image/heif-sequence, application/x-tar, text/x-pdf, application/eps, application/x-eps, application/excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, drawing/dwg, application/zip, image/x-dwg, image/x-tiff, application/svg+xml, application/jpg, image/svg+xml, image/heif, application/acad, drawing/x-dwg, application/rtf, image/bmp, text/pdf, image/svg, application/x-autocad, image/gif, text/x-csv, application/x-rar-compressed, application/acrobat, image/x-eps, image/jpg, application/x-csv, application/x-tif, application/gzip-compressed, application/msword, image/tif, application/x-tiff, pplication/vnd.rar, application/dxf, application/gzip, application/x-dwg, application/csv, image/dxf, text/svg-xml, image/webp, application/dwg, image/tiff, image/heic-sequence, text/x-comma-separated-values, text/svg, application/vnd.ms-excel, image/x-bmp, application/vnd.pdf, application/pdf, text/rtf, image/eps, image/vnd.dwg, application/x-dxf, application/vnd.ms-powerpoint, image/heic, application/postscript, drawing/x-dwf, application/x-zip-compressed, application/vnd.oasis.opendocument.presentation, image/jpeg, application/x-rtf, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.slideshow.
|
13215
13215
|
"""
|
13216
13216
|
file: Upload!
|
13217
13217
|
|