@nautical-commerce/graphql-schema 1.64.0 → 1.64.2
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
@@ -3791,6 +3791,9 @@ type Order implements Node & ObjectWithMetadata {
|
|
3791
3791
|
"""Total amount of the order."""
|
3792
3792
|
total: TaxedMoney
|
3793
3793
|
|
3794
|
+
"""Total of the order including any discounts."""
|
3795
|
+
discountedTotal: TaxedMoney
|
3796
|
+
|
3794
3797
|
"""Original total amount of the order."""
|
3795
3798
|
originalTotal: TaxedMoney
|
3796
3799
|
|
@@ -5694,6 +5697,9 @@ type OrderLine implements Node & ObjectWithMetadata {
|
|
5694
5697
|
"""Price of the order line."""
|
5695
5698
|
totalPrice: TaxedMoney
|
5696
5699
|
|
5700
|
+
"""Total price of the line with any discounts applied"""
|
5701
|
+
discountedTotalPrice: TaxedMoney
|
5702
|
+
|
5697
5703
|
"""
|
5698
5704
|
A purchased product variant. Note: this field may be null if the variant has been removed from stock at all.
|
5699
5705
|
"""
|
@@ -13163,7 +13169,7 @@ type Mutation {
|
|
13163
13169
|
description: String
|
13164
13170
|
|
13165
13171
|
"""
|
13166
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13172
|
+
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-eps, application/vnd.ms-powerpoint, image/heif, application/dxf, text/pdf, text/x-csv, application/x-rar, application/vnd.oasis.opendocument.spreadsheet, application/postscript, image/tif, application/x-dwg, application/x-gzip, application/x-csv, text/svg, image/heif-sequence, application/acrobat, application/msword, application/rtf, application/csv, application/tif, image/heic-sequence, application/x-rar-compressed, application/vnd.pdf, image/dxf, text/x-pdf, application/vnd.ms-excel, image/x-eps, application/x-rtf, application/x-jpg, application/x-pdf, image/x-ms-bmp, application/pdf, image/vnd.dwg, application/eps, text/rtf, application/gzip-compressed, application/jpg, drawing/x-dwf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/jpg, image/jpeg, pplication/vnd.rar, application/x-tar, image/x-tiff, application/acad, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, image/eps, image/x-bmp, image/tiff, image/gif, image/svg+xml, application/gzip, application/vnd.ms-word, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/x-zip-compressed, text/x-comma-separated-values, drawing/dwg, image/png, application/dwg, application/vnd.oasis.opendocument.presentation, image/x-dwg, text/comma-separated-values, application/vnd.oasis.opendocument.text, image/x-dxf, application/gzipped, text/csv, drawing/x-dwg, text/plain, image/svg, application/x-dxf, application/x-autocad, image/webp, application/x-acad, application/x-tif, text/svg-xml, image/x-tif, image/bmp, application/svg+xml, application/excel, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-tiff, application/zip, image/heic.
|
13167
13173
|
"""
|
13168
13174
|
file: Upload!
|
13169
13175
|
|