@nautical-commerce/graphql-schema 1.71.0-11-gdd13beeb9 → 1.71.0-12-g9fb438358
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
@@ -13150,7 +13150,7 @@ type Mutation {
|
|
13150
13150
|
description: String
|
13151
13151
|
|
13152
13152
|
"""
|
13153
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13153
|
+
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-dxf, application/x-eps, application/msword, application/vnd.ms-word, text/svg-xml, application/vnd.oasis.opendocument.text, application/x-tif, application/csv, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.presentation, pplication/vnd.rar, image/dxf, application/acad, application/x-dxf, application/vnd.oasis.opendocument.spreadsheet, application/tiff, image/eps, application/pdf, image/x-bmp, application/svg+xml, text/x-comma-separated-values, application/x-rar-compressed, application/gzip-compressed, application/postscript, application/x-tiff, application/x-rtf, image/x-dwg, application/tif, image/gif, application/jpg, image/tiff, application/x-csv, application/vnd.openxmlformats-officedocument.presentationml.slideshow, text/pdf, drawing/dwg, application/vnd.oasis.opendocument.presentation, image/heif-sequence, drawing/x-dwf, application/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/zip, image/jpg, image/svg+xml, application/dwg, text/x-pdf, image/bmp, application/acrobat, text/rtf, text/csv, application/vnd.ms-powerpoint, image/svg, image/png, text/plain, application/x-autocad, text/x-csv, image/vnd.dwg, image/jpeg, application/x-tar, drawing/x-dwg, application/dxf, text/comma-separated-values, application/x-pdf, image/x-eps, image/heic, image/webp, application/x-gzip, application/gzip, application/x-rar, application/vnd.pdf, application/x-zip-compressed, application/excel, application/rtf, application/x-jpg, text/svg, image/heic-sequence, image/heif, image/x-ms-bmp, application/x-acad, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/tif, application/gzipped, application/vnd.ms-excel, application/eps, image/x-tiff.
|
13154
13154
|
"""
|
13155
13155
|
file: Upload!
|
13156
13156
|
|
@@ -19829,6 +19829,9 @@ input ProductVariantCreateInput {
|
|
19829
19829
|
The external ID from a foreign system if a product variant 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 productVariantCreate mutation will attempt to perform an upsert instead of a creation.
|
19830
19830
|
"""
|
19831
19831
|
externalId: String
|
19832
|
+
|
19833
|
+
"""Initial image to associate with the variant."""
|
19834
|
+
image: Upload
|
19832
19835
|
}
|
19833
19836
|
|
19834
19837
|
"""Deletes a product variant."""
|