@nautical-commerce/graphql-schema 1.70.0-18-g1c7855379 → 1.70.0-19-g0002bcd0f
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 +4 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13125,7 +13125,7 @@ type Mutation {
|
|
13125
13125
|
description: String
|
13126
13126
|
|
13127
13127
|
"""
|
13128
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13128
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/pdf, application/gzip, application/eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/png, image/heic-sequence, application/vnd.ms-word, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/acrobat, application/x-pdf, application/svg+xml, image/tiff, application/pdf, drawing/dwg, text/csv, application/x-rar-compressed, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/gzipped, image/dxf, application/dxf, image/eps, application/x-eps, text/svg-xml, application/x-jpg, text/rtf, application/zip, image/heif, application/csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/bmp, text/x-pdf, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/rtf, image/heic, application/x-tar, application/x-rtf, image/svg+xml, text/plain, application/tif, application/gzip-compressed, application/excel, application/vnd.oasis.opendocument.spreadsheet, image/jpeg, application/x-csv, image/svg, image/webp, application/vnd.pdf, image/x-tif, text/x-csv, image/gif, application/jpg, image/jpg, application/acad, image/x-eps, text/svg, image/x-dwg, application/dwg, image/tif, application/vnd.oasis.opendocument.text, application/x-autocad, image/x-bmp, application/x-zip-compressed, image/x-dxf, drawing/x-dwf, application/vnd.oasis.opendocument.presentation, application/x-gzip, application/x-dwg, pplication/vnd.rar, text/comma-separated-values, application/x-tiff, image/x-tiff, image/vnd.dwg, application/x-dxf, image/heif-sequence, drawing/x-dwg, image/x-ms-bmp, application/x-acad, application/postscript, application/x-tif, application/msword, application/x-rar, application/tiff.
|
13129
13129
|
"""
|
13130
13130
|
file: Upload!
|
13131
13131
|
|
@@ -19241,6 +19241,9 @@ input ProductCreateInput {
|
|
19241
19241
|
The external ID from a foreign system if a product originated from that system, used in combination with provided externalSource. If submitting externalId, you must also provide an externalSource argument. If these two are provided, the productCreate mutation will attempt to perform an upsert instead of a creation.
|
19242
19242
|
"""
|
19243
19243
|
externalId: String
|
19244
|
+
|
19245
|
+
"""Represents an image file in a multipart request."""
|
19246
|
+
image: Upload
|
19244
19247
|
}
|
19245
19248
|
|
19246
19249
|
"""Represents size of a specific variant."""
|