@nautical-commerce/graphql-schema 1.84.5 → 1.85.0-10-geaf1628ec
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 -5
- 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
|
|
@@ -8577,9 +8582,6 @@ type WebhookJob implements Node & Job {
|
|
8577
8582
|
|
8578
8583
|
"""An enumeration."""
|
8579
8584
|
enum GenericWebhookTransactionType {
|
8580
|
-
"""A payload for order create was received"""
|
8581
|
-
ORDER_CREATE
|
8582
|
-
|
8583
8585
|
"""A payload for order update was received"""
|
8584
8586
|
ORDER_UPDATE
|
8585
8587
|
|
@@ -12195,7 +12197,7 @@ type Mutation {
|
|
12195
12197
|
description: String
|
12196
12198
|
|
12197
12199
|
"""
|
12198
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12200
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/tiff, application/x-rar, application/x-gzip, application/x-eps, application/tif, image/jpeg, image/webp, application/x-autocad, text/rtf, image/jpg, image/heic-sequence, image/heic, image/eps, application/msword, application/x-tiff, application/csv, application/excel, text/pdf, application/x-jpg, image/x-ms-bmp, application/x-dxf, application/acad, application/x-zip-compressed, text/x-pdf, image/bmp, image/x-bmp, image/tif, application/dxf, text/x-csv, application/vnd.oasis.opendocument.spreadsheet, drawing/x-dwg, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/x-eps, application/x-rtf, text/x-comma-separated-values, application/vnd.pdf, application/svg+xml, application/gzipped, image/gif, application/postscript, application/zip, text/csv, application/x-pdf, application/x-acad, pplication/vnd.rar, image/png, application/vnd.oasis.opendocument.text, application/x-csv, image/svg, application/vnd.ms-word, application/acrobat, image/x-dwg, application/pdf, image/heif, application/x-tif, image/tiff, drawing/x-dwf, drawing/dwg, image/x-tiff, application/vnd.ms-powerpoint, image/heif-sequence, image/x-dxf, image/vnd.dwg, application/x-dwg, image/x-tif, application/vnd.oasis.opendocument.presentation, image/dxf, application/dwg, application/eps, application/vnd.ms-excel, text/comma-separated-values, image/svg+xml, application/x-tar, application/jpg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/rtf, text/svg-xml, application/gzip-compressed, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/plain, application/x-rar-compressed, application/gzip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg.
|
12199
12201
|
"""
|
12200
12202
|
file: Upload!
|
12201
12203
|
|