@nautical-commerce/graphql-schema 1.72.0-3-gdd72b0481 → 1.72.0-5-g67b953dd3
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 +7 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13153,7 +13153,7 @@ type Mutation {
|
|
13153
13153
|
description: String
|
13154
13154
|
|
13155
13155
|
"""
|
13156
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13156
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/rtf, application/x-jpg, application/x-pdf, drawing/dwg, application/zip, application/gzip, image/svg+xml, image/webp, application/excel, text/x-comma-separated-values, image/jpg, application/x-csv, text/plain, application/x-tar, text/x-csv, application/jpg, application/x-rar, application/vnd.oasis.opendocument.presentation, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.ms-word, image/svg, text/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/msword, application/postscript, image/eps, image/gif, image/x-dxf, pplication/vnd.rar, text/x-pdf, drawing/x-dwg, image/jpeg, application/tiff, image/heic, application/dwg, application/x-rar-compressed, application/x-rtf, application/rtf, image/heif, application/vnd.oasis.opendocument.text, application/dxf, application/vnd.oasis.opendocument.spreadsheet, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/svg+xml, application/csv, application/pdf, application/x-zip-compressed, image/dxf, application/vnd.ms-powerpoint, application/x-tif, application/x-acad, image/tif, image/x-tif, image/x-ms-bmp, application/gzipped, application/x-dwg, application/x-gzip, application/acrobat, image/png, application/eps, image/vnd.dwg, application/tif, text/comma-separated-values, application/acad, application/x-tiff, image/heic-sequence, image/tiff, text/svg, application/vnd.pdf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, drawing/x-dwf, application/vnd.ms-excel, text/csv, application/x-autocad, application/x-dxf, text/svg-xml, image/x-bmp, application/gzip-compressed, image/x-dwg, image/bmp, image/x-eps, image/x-tiff, image/heif-sequence, application/x-eps.
|
13157
13157
|
"""
|
13158
13158
|
file: Upload!
|
13159
13159
|
|
@@ -19128,6 +19128,9 @@ input ProductCreateInput {
|
|
19128
19128
|
"""List of attributes."""
|
19129
19129
|
attributes: [AttributeValueInput!]
|
19130
19130
|
|
19131
|
+
"""List of attributes to assign as variant attributes to this product."""
|
19132
|
+
variantAttributes: [ID!]
|
19133
|
+
|
19131
19134
|
"""ID of the type that product belongs to."""
|
19132
19135
|
productType: ID
|
19133
19136
|
|
@@ -19356,6 +19359,9 @@ input ProductInput {
|
|
19356
19359
|
"""List of attributes."""
|
19357
19360
|
attributes: [AttributeValueInput!]
|
19358
19361
|
|
19362
|
+
"""List of attributes to assign as variant attributes to this product."""
|
19363
|
+
variantAttributes: [ID!]
|
19364
|
+
|
19359
19365
|
"""ID of the type that product belongs to."""
|
19360
19366
|
productType: ID
|
19361
19367
|
|