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