@nautical-commerce/graphql-schema 1.84.5 → 1.85.0
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 -2
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2817,6 +2817,11 @@ type ProductVariant implements Node & ObjectWithMetadata {
|
|
2817
2817
|
|
2818
2818
|
"""Product dimensions."""
|
2819
2819
|
dimensions: ProductDimensions
|
2820
|
+
|
2821
|
+
"""
|
2822
|
+
List of warnings for this product variant that needs to be resolved for publishing.
|
2823
|
+
"""
|
2824
|
+
warnings: [WarningMessageItem!]!
|
2820
2825
|
}
|
2821
2826
|
|
2822
2827
|
"""An enumeration."""
|
@@ -7866,7 +7871,7 @@ type WarningMessageItem {
|
|
7866
7871
|
"""Code of the warning message."""
|
7867
7872
|
code: String!
|
7868
7873
|
|
7869
|
-
"""Warning
|
7874
|
+
"""Warning message."""
|
7870
7875
|
message: String!
|
7871
7876
|
}
|
7872
7877
|
|
@@ -12195,7 +12200,7 @@ type Mutation {
|
|
12195
12200
|
description: String
|
12196
12201
|
|
12197
12202
|
"""
|
12198
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12203
|
+
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.pdf, application/jpg, image/webp, image/x-ms-bmp, text/csv, application/svg+xml, text/x-comma-separated-values, application/x-csv, application/gzip-compressed, application/vnd.ms-word, image/heif, application/rtf, application/vnd.oasis.opendocument.text, image/eps, text/x-pdf, image/heic-sequence, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/vnd.dwg, image/x-tif, image/x-bmp, text/rtf, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-rar, image/heif-sequence, application/x-rar-compressed, application/vnd.oasis.opendocument.presentation, image/x-eps, application/msword, application/gzipped, application/x-rtf, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg, text/x-csv, application/eps, application/vnd.oasis.opendocument.spreadsheet, application/x-tar, application/x-gzip, drawing/dwg, text/pdf, application/excel, application/x-tif, image/tiff, application/tif, image/jpg, application/zip, application/postscript, image/x-tiff, application/x-pdf, pplication/vnd.rar, application/x-autocad, image/heic, text/plain, image/svg+xml, image/gif, application/acad, application/tiff, text/comma-separated-values, image/tif, drawing/x-dwg, image/png, image/dxf, application/dxf, application/x-tiff, application/x-acad, application/x-zip-compressed, application/x-dwg, image/x-dxf, image/bmp, image/jpeg, image/svg, application/dwg, text/svg-xml, application/x-jpg, application/csv, drawing/x-dwf, application/acrobat, application/gzip, application/x-eps, image/x-dwg, application/vnd.ms-excel, application/x-dxf.
|
12199
12204
|
"""
|
12200
12205
|
file: Upload!
|
12201
12206
|
|