@nautical-commerce/graphql-schema 1.85.0 → 1.85.1
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
@@ -12200,7 +12200,7 @@ type Mutation {
|
|
12200
12200
|
description: String
|
12201
12201
|
|
12202
12202
|
"""
|
12203
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12203
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-comma-separated-values, image/jpeg, text/x-csv, image/gif, application/vnd.oasis.opendocument.text, application/excel, application/jpg, application/gzipped, application/x-pdf, application/x-zip-compressed, image/png, drawing/x-dwg, application/gzip-compressed, application/svg+xml, application/tif, application/x-tar, application/dxf, text/comma-separated-values, application/vnd.ms-powerpoint, application/x-rar-compressed, application/x-tiff, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.presentationml.presentation, text/plain, image/svg, text/svg, image/tif, image/heic, text/svg-xml, drawing/dwg, image/x-eps, application/x-gzip, application/eps, image/vnd.dwg, application/x-csv, application/x-acad, image/x-dwg, image/jpg, image/eps, image/dxf, application/zip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/tiff, application/x-eps, image/x-tif, application/tiff, text/rtf, image/heic-sequence, application/vnd.oasis.opendocument.presentation, application/rtf, text/pdf, application/postscript, application/x-dxf, application/csv, application/x-rtf, image/bmp, application/gzip, application/x-tif, drawing/x-dwf, image/webp, application/x-rar, application/dwg, pplication/vnd.rar, application/acad, image/x-ms-bmp, application/vnd.pdf, image/x-dxf, application/vnd.ms-word, application/acrobat, image/heif-sequence, application/msword, image/x-tiff, text/csv, image/svg+xml, image/heif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-bmp, application/pdf, application/x-jpg, application/x-autocad, application/x-dwg, text/x-pdf, application/vnd.oasis.opendocument.spreadsheet.
|
12204
12204
|
"""
|
12205
12205
|
file: Upload!
|
12206
12206
|
|