@nautical-commerce/graphql-schema 1.72.0-11-g035dbe9f4 → 1.72.0-13-g439f01204
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
@@ -4568,6 +4568,9 @@ type ProductType implements Node & ObjectWithMetadata {
|
|
4568
4568
|
|
4569
4569
|
"""Brand of the product"""
|
4570
4570
|
model: String
|
4571
|
+
|
4572
|
+
"""Whether this product type allows creating variants."""
|
4573
|
+
hasVariantOptions: Boolean!
|
4571
4574
|
}
|
4572
4575
|
|
4573
4576
|
"""Representation of tax types fetched from tax gateway."""
|
@@ -13154,7 +13157,7 @@ type Mutation {
|
|
13154
13157
|
description: String
|
13155
13158
|
|
13156
13159
|
"""
|
13157
|
-
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-
|
13160
|
+
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, application/x-tiff, image/webp, drawing/dwg, application/zip, image/heif-sequence, application/x-tar, application/x-dwg, application/tif, application/vnd.pdf, application/x-rtf, image/jpg, drawing/x-dwg, image/svg, application/acad, application/vnd.oasis.opendocument.presentation, application/postscript, application/gzipped, text/rtf, image/heic-sequence, image/heic, image/png, image/gif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.oasis.opendocument.text, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/x-pdf, application/eps, image/tif, image/bmp, application/dwg, image/jpeg, application/x-rar, application/acrobat, application/jpg, image/x-eps, application/x-acad, image/tiff, image/eps, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.oasis.opendocument.spreadsheet, application/x-gzip, application/rtf, application/x-autocad, text/pdf, text/x-csv, application/x-tif, pplication/vnd.rar, application/x-jpg, image/x-ms-bmp, text/svg-xml, image/dxf, application/excel, image/x-bmp, image/vnd.dwg, image/x-dxf, image/heif, text/svg, application/x-pdf, image/x-tiff, image/x-dwg, application/x-eps, drawing/x-dwf, text/comma-separated-values, application/x-rar-compressed, application/pdf, application/gzip, text/csv, application/vnd.ms-word, application/x-zip-compressed, application/svg+xml, application/msword, application/x-csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/dxf, image/svg+xml, application/vnd.ms-excel, text/x-comma-separated-values, text/plain, application/tiff, application/x-dxf, application/vnd.ms-powerpoint, application/csv, application/gzip-compressed.
|
13158
13161
|
"""
|
13159
13162
|
file: Upload!
|
13160
13163
|
|