@nautical-commerce/graphql-schema 1.78.0-13-g91340c2d8 → 1.78.0-14-gb670f45fb
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 +9 -5
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -13160,7 +13160,7 @@ type Mutation {
|
|
13160
13160
|
description: String
|
13161
13161
|
|
13162
13162
|
"""
|
13163
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/
|
13163
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/x-rtf, application/vnd.ms-excel, image/jpg, text/svg, image/dxf, application/gzip, application/x-csv, image/vnd.dwg, application/acrobat, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-tiff, text/x-comma-separated-values, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/heic, image/bmp, drawing/x-dwf, text/x-pdf, application/jpg, application/x-acad, application/vnd.oasis.opendocument.text, application/x-rar, application/eps, image/heic-sequence, application/vnd.oasis.opendocument.spreadsheet, application/csv, text/comma-separated-values, application/postscript, application/rtf, image/jpeg, image/gif, image/heif, application/x-dwg, image/png, image/x-ms-bmp, application/tiff, image/x-dxf, application/x-jpg, application/acad, image/svg+xml, application/x-zip-compressed, text/pdf, application/x-dxf, image/x-tiff, pplication/vnd.rar, text/svg-xml, text/csv, application/gzipped, drawing/x-dwg, application/vnd.ms-powerpoint, text/x-csv, drawing/dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/pdf, application/x-eps, application/gzip-compressed, application/dwg, application/x-tar, image/heif-sequence, application/vnd.oasis.opendocument.presentation, image/tif, image/x-bmp, image/tiff, application/vnd.ms-word, application/tif, application/msword, text/rtf, image/webp, application/dxf, text/plain, application/x-pdf, application/svg+xml, application/excel, image/x-dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/x-eps, application/x-tif, application/x-gzip, application/zip, application/x-autocad, image/svg, application/x-rar-compressed, application/vnd.pdf, image/x-tif, image/eps.
|
13164
13164
|
"""
|
13165
13165
|
file: Upload!
|
13166
13166
|
|
@@ -19507,10 +19507,12 @@ input ProductImageCreateInput {
|
|
19507
19507
|
"""Alt text for an image."""
|
19508
19508
|
alt: String
|
19509
19509
|
|
19510
|
-
"""
|
19510
|
+
"""
|
19511
|
+
Represents an image file in a multipart request. Either an image or a url must be provided.
|
19512
|
+
"""
|
19511
19513
|
image: Upload
|
19512
19514
|
|
19513
|
-
"""URL of image to upload"""
|
19515
|
+
"""URL of image to upload. Either an image or a url must be provided."""
|
19514
19516
|
url: String
|
19515
19517
|
|
19516
19518
|
"""ID of an product."""
|
@@ -19545,10 +19547,12 @@ input ProductImageBulkCreateInput {
|
|
19545
19547
|
"""Alt text for an image."""
|
19546
19548
|
alt: String
|
19547
19549
|
|
19548
|
-
"""
|
19550
|
+
"""
|
19551
|
+
Represents an image file in a multipart request. Either an image or a url must be provided.
|
19552
|
+
"""
|
19549
19553
|
image: Upload
|
19550
19554
|
|
19551
|
-
"""URL of image to upload"""
|
19555
|
+
"""URL of image to upload. Either an image or a url must be provided."""
|
19552
19556
|
url: String
|
19553
19557
|
|
19554
19558
|
"""
|