@nautical-commerce/graphql-schema 1.91.2 → 1.92.0-2-g4cd8294be
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
@@ -4952,6 +4952,9 @@ type ProductType implements Node & ObjectWithMetadata {
|
|
4952
4952
|
"""Legacy indicator, always true."""
|
4953
4953
|
hasVariants: Boolean
|
4954
4954
|
|
4955
|
+
"""True if any products are associated to this type."""
|
4956
|
+
hasProducts: Boolean
|
4957
|
+
|
4955
4958
|
"""Product attributes of that product type."""
|
4956
4959
|
productAttributes: [Attribute!]!
|
4957
4960
|
availableAttributes(
|
@@ -11254,7 +11257,7 @@ type Mutation {
|
|
11254
11257
|
description: String
|
11255
11258
|
|
11256
11259
|
"""
|
11257
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/
|
11260
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/x-ms-bmp, image/heic, application/vnd.pdf, application/svg+xml, image/bmp, application/vnd.oasis.opendocument.text, text/svg, application/acad, drawing/x-dwf, application/x-rar-compressed, application/rtf, text/pdf, text/csv, application/msword, image/jpg, application/pdf, text/x-comma-separated-values, application/postscript, application/x-csv, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/csv, application/x-dxf, application/vnd.oasis.opendocument.spreadsheet, application/x-rtf, application/x-gzip, image/heic-sequence, image/gif, image/vnd.dwg, application/tiff, application/x-rar, text/x-pdf, application/x-jpg, image/svg+xml, application/vnd.ms-word, application/vnd.ms-excel, application/gzip-compressed, text/x-csv, drawing/x-dwg, image/jpeg, image/png, text/plain, text/svg-xml, image/x-dxf, application/tif, application/x-tar, image/x-tiff, image/x-tif, application/x-dwg, image/tiff, application/gzip, application/x-autocad, application/gzipped, image/x-bmp, image/heif-sequence, application/eps, image/dxf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-zip-compressed, image/x-dwg, application/x-eps, application/x-tiff, application/excel, application/x-pdf, image/eps, application/zip, application/dxf, application/x-tif, image/tif, image/x-eps, text/comma-separated-values, image/heif, image/svg, application/vnd.oasis.opendocument.presentation, application/acrobat, application/jpg, image/webp, drawing/dwg, application/x-acad, application/dwg, text/rtf, pplication/vnd.rar.
|
11258
11261
|
"""
|
11259
11262
|
file: Upload!
|
11260
11263
|
|