@nautical-commerce/graphql-schema 1.62.0-29-g3d5fe2be8 → 1.62.0-30-g895d750fa
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
@@ -3850,6 +3850,9 @@ type Order implements Node & ObjectWithMetadata {
|
|
3850
3850
|
|
3851
3851
|
"""All vendor payouts that contain this order"""
|
3852
3852
|
vendorPayouts: [VendorPayout!]
|
3853
|
+
|
3854
|
+
"""Voucher discount for the order"""
|
3855
|
+
voucherDiscount: Money
|
3853
3856
|
}
|
3854
3857
|
|
3855
3858
|
"""An enumeration."""
|
@@ -13161,7 +13164,7 @@ type Mutation {
|
|
13161
13164
|
description: String
|
13162
13165
|
|
13163
13166
|
"""
|
13164
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13167
|
+
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-tif, application/x-eps, application/x-zip-compressed, image/tif, image/gif, application/x-pdf, text/x-pdf, image/vnd.dwg, image/dxf, application/x-autocad, image/x-tif, image/x-dxf, image/svg, image/jpeg, application/gzip-compressed, application/x-tar, drawing/x-dwg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/heic, image/webp, application/vnd.ms-word, application/x-dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/jpg, application/dxf, application/acad, drawing/x-dwf, text/svg-xml, image/tiff, image/eps, image/x-ms-bmp, application/vnd.ms-excel, application/vnd.oasis.opendocument.presentation, application/dwg, image/x-bmp, application/x-gzip, text/x-csv, application/tif, application/vnd.oasis.opendocument.spreadsheet, application/eps, application/x-dwg, drawing/dwg, image/svg+xml, application/csv, application/excel, application/x-tiff, image/jpg, application/vnd.ms-powerpoint, image/heif, text/comma-separated-values, image/x-tiff, application/acrobat, text/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/msword, text/rtf, application/x-acad, image/heif-sequence, application/rtf, application/postscript, application/pdf, application/gzip, application/vnd.oasis.opendocument.text, application/x-rar, application/gzipped, application/x-jpg, image/x-eps, text/svg, image/heic-sequence, application/svg+xml, application/x-csv, text/plain, image/bmp, application/vnd.pdf, text/csv, application/x-rar-compressed, application/x-rtf, text/x-comma-separated-values, application/tiff, image/x-dwg, application/zip, pplication/vnd.rar, image/png, application/vnd.openxmlformats-officedocument.presentationml.slideshow.
|
13165
13168
|
"""
|
13166
13169
|
file: Upload!
|
13167
13170
|
|