@nautical-commerce/graphql-schema 1.85.0-33-g75b6c421f → 1.85.0-35-g7b3412094
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
@@ -2987,6 +2987,9 @@ type Product implements Node & ObjectWithMetadata {
|
|
2987
2987
|
List of warnings for this product that needs to be resolved for publishing.
|
2988
2988
|
"""
|
2989
2989
|
warnings: [WarningMessageItem!]!
|
2990
|
+
|
2991
|
+
"""Displays whether the product has warnings or not."""
|
2992
|
+
hasWarnings: Boolean
|
2990
2993
|
}
|
2991
2994
|
|
2992
2995
|
"""
|
@@ -12254,7 +12257,7 @@ type Mutation {
|
|
12254
12257
|
description: String
|
12255
12258
|
|
12256
12259
|
"""
|
12257
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
12260
|
+
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.wordprocessingml.document, text/rtf, text/x-comma-separated-values, application/vnd.ms-word, image/svg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/x-csv, drawing/dwg, application/rtf, application/x-tif, application/x-rtf, application/excel, application/pdf, application/x-pdf, image/heif-sequence, image/heif, application/x-gzip, image/x-dwg, text/csv, image/x-bmp, application/vnd.oasis.opendocument.presentation, application/vnd.pdf, application/x-tiff, application/eps, application/dwg, image/webp, text/pdf, application/x-acad, application/acrobat, application/x-zip-compressed, image/x-tiff, drawing/x-dwf, image/gif, application/x-rar, application/x-dwg, image/x-eps, image/bmp, application/msword, application/postscript, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/heic-sequence, application/x-rar-compressed, application/gzip, text/svg-xml, application/vnd.oasis.opendocument.text, application/x-autocad, application/vnd.oasis.opendocument.spreadsheet, application/gzipped, image/dxf, application/gzip-compressed, application/csv, image/x-tif, text/x-csv, text/plain, pplication/vnd.rar, application/x-eps, application/tiff, application/acad, image/vnd.dwg, image/tif, application/dxf, image/x-dxf, application/vnd.ms-excel, image/jpg, image/png, application/x-jpg, image/svg+xml, application/x-dxf, application/svg+xml, application/tif, text/x-pdf, image/tiff, image/jpeg, application/jpg, drawing/x-dwg, image/eps, application/vnd.ms-powerpoint, application/zip, image/heic, text/svg, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/x-tar, image/x-ms-bmp, text/comma-separated-values.
|
12258
12261
|
"""
|
12259
12262
|
file: Upload!
|
12260
12263
|
|