@nautical-commerce/graphql-schema 1.79.1-5-gc83839d9d → 1.79.1-7-g63b7061a6
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 -1
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -5044,6 +5044,9 @@ enum ProductOrderField {
|
|
5044
5044
|
|
5045
5045
|
"""Sort products by external source."""
|
5046
5046
|
EXTERNAL_SOURCE
|
5047
|
+
|
5048
|
+
"""Sort products by inventory."""
|
5049
|
+
INVENTORY
|
5047
5050
|
}
|
5048
5051
|
|
5049
5052
|
"""Represents a selected attribute and values."""
|
@@ -5996,6 +5999,9 @@ enum VariantSortField {
|
|
5996
5999
|
|
5997
6000
|
"""Sort variants by external source."""
|
5998
6001
|
EXTERNAL_SOURCE
|
6002
|
+
|
6003
|
+
"""Sort variants by inventory."""
|
6004
|
+
INVENTORY
|
5999
6005
|
}
|
6000
6006
|
|
6001
6007
|
enum CollectionTypeEnum {
|
@@ -12550,7 +12556,7 @@ type Mutation {
|
|
12550
12556
|
description: String
|
12551
12557
|
|
12552
12558
|
"""
|
12553
|
-
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.
|
12559
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: application/csv, text/svg-xml, application/gzipped, application/vnd.oasis.opendocument.text, application/excel, text/svg, application/x-tif, application/vnd.ms-word, text/x-comma-separated-values, image/heic-sequence, application/jpg, image/dxf, image/tiff, image/x-dxf, application/dwg, application/x-tar, image/x-dwg, image/jpeg, application/vnd.ms-powerpoint, application/x-autocad, application/acad, application/x-tiff, image/vnd.dwg, image/x-eps, application/gzip, image/eps, application/msword, application/x-zip-compressed, application/vnd.oasis.opendocument.presentation, application/vnd.oasis.opendocument.spreadsheet, image/bmp, text/comma-separated-values, text/x-pdf, application/x-rar-compressed, drawing/x-dwg, application/postscript, text/plain, application/x-dxf, image/gif, image/png, image/svg, image/x-bmp, image/heic, application/vnd.ms-excel, application/x-jpg, application/pdf, text/x-csv, image/webp, image/svg+xml, application/x-gzip, image/heif, application/x-csv, application/tif, image/x-ms-bmp, text/pdf, application/dxf, application/x-rar, image/heif-sequence, application/eps, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/tiff, text/csv, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/rtf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, image/jpg, application/vnd.pdf, drawing/x-dwf, application/x-acad, image/tif, pplication/vnd.rar, drawing/dwg, application/svg+xml, application/acrobat, application/x-rtf, text/rtf, image/x-tiff, application/x-pdf, application/zip, image/x-tif, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-dwg, application/gzip-compressed, application/x-eps.
|
12554
12560
|
"""
|
12555
12561
|
file: Upload!
|
12556
12562
|
|