@nautical-commerce/graphql-schema 1.86.0-16-ge211a0297 → 1.86.0-18-g3cf3596fd
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 +9 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -4783,6 +4783,8 @@ Represents a type of product. It defines what attributes are available to produc
|
|
4783
4783
|
type ProductType implements Node & ObjectWithMetadata {
|
4784
4784
|
"""The ID of the object"""
|
4785
4785
|
id: ID!
|
4786
|
+
description: String!
|
4787
|
+
descriptionHtml: String!
|
4786
4788
|
externalId: String
|
4787
4789
|
|
4788
4790
|
"""External source from which the product type is imported."""
|
@@ -11484,7 +11486,7 @@ type Mutation {
|
|
11484
11486
|
description: String
|
11485
11487
|
|
11486
11488
|
"""
|
11487
|
-
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-
|
11489
|
+
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-bmp, image/gif, application/x-autocad, application/jpg, application/csv, application/dwg, image/vnd.dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-pdf, application/msword, application/x-csv, application/vnd.oasis.opendocument.presentation, application/x-dxf, image/tif, application/excel, application/acrobat, application/vnd.ms-word, image/heif, image/bmp, image/heif-sequence, application/zip, text/pdf, application/gzipped, application/x-tiff, image/svg, image/x-tiff, image/svg+xml, application/vnd.oasis.opendocument.text, application/rtf, image/tiff, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-eps, application/vnd.ms-excel, image/eps, text/x-csv, application/x-dwg, application/x-jpg, text/x-comma-separated-values, drawing/x-dwf, image/heic-sequence, application/gzip-compressed, image/webp, application/tif, image/x-eps, text/svg, image/jpeg, image/png, text/rtf, drawing/dwg, application/gzip, pplication/vnd.rar, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/dxf, application/eps, application/postscript, image/jpg, application/x-tif, application/x-rar, text/plain, application/x-rtf, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-ms-bmp, application/x-rar-compressed, application/acad, application/svg+xml, application/x-zip-compressed, image/x-dxf, application/x-tar, application/x-acad, application/tiff, image/dxf, image/heic, text/csv, drawing/x-dwg, application/x-gzip, application/pdf, text/svg-xml, application/vnd.oasis.opendocument.spreadsheet, text/comma-separated-values, image/x-tif, text/x-pdf, application/vnd.pdf, image/x-dwg.
|
11488
11490
|
"""
|
11489
11491
|
file: Upload!
|
11490
11492
|
|
@@ -17389,6 +17391,12 @@ input ProductTypeInput {
|
|
17389
17391
|
"""Product type slug."""
|
17390
17392
|
slug: String
|
17391
17393
|
|
17394
|
+
"""Product type description (plaintext, read-only)."""
|
17395
|
+
description: String
|
17396
|
+
|
17397
|
+
"""Product type description (html)."""
|
17398
|
+
descriptionHtml: String
|
17399
|
+
|
17392
17400
|
"""
|
17393
17401
|
Allow variant price to be overridden for products in this product type in the checkout or in quote and draft orders.
|
17394
17402
|
"""
|