@nautical-commerce/graphql-schema 1.80.0-22-g2dff4d595 → 1.80.0-23-gd78d93441
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 +1 -25
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -1427,19 +1427,6 @@ type Query {
|
|
1427
1427
|
"""Return the last n elements from the list."""
|
1428
1428
|
last: Int
|
1429
1429
|
): FulfillmentCountableConnection
|
1430
|
-
optimizedHome(
|
1431
|
-
"""True if getting marketplace view"""
|
1432
|
-
isMarketplace: Boolean!
|
1433
|
-
|
1434
|
-
"""Vendor identifier to scope data to"""
|
1435
|
-
identifier: ID
|
1436
|
-
|
1437
|
-
"""Start date to filter cards and order data"""
|
1438
|
-
startDate: Date!
|
1439
|
-
|
1440
|
-
"""End date to filter cards and order data"""
|
1441
|
-
endDate: Date!
|
1442
|
-
): OptimizedHome @deprecated(reason: "This will be removed on April 29, 2025.")
|
1443
1430
|
|
1444
1431
|
"""Return requested nautical configuration item"""
|
1445
1432
|
nauticalConfiguration(
|
@@ -11125,17 +11112,6 @@ enum ReturnFulfillmentSortField {
|
|
11125
11112
|
RETURN_STATUS
|
11126
11113
|
}
|
11127
11114
|
|
11128
|
-
type OptimizedHome {
|
11129
|
-
sales: TaxedMoney
|
11130
|
-
orders: Int
|
11131
|
-
toFulfill: Int
|
11132
|
-
toCapture: Int
|
11133
|
-
outOfStock: Int
|
11134
|
-
topProducts: [ProductVariant!]!
|
11135
|
-
sellerActivities: [OrderEvent!]!
|
11136
|
-
marketplaceActivities: [NauticalOrderEvent!]!
|
11137
|
-
}
|
11138
|
-
|
11139
11115
|
"""Represents a nautical configuration resource."""
|
11140
11116
|
type NauticalConfiguration {
|
11141
11117
|
"""Primary key name of the configuration item"""
|
@@ -12481,7 +12457,7 @@ type Mutation {
|
|
12481
12457
|
description: String
|
12482
12458
|
|
12483
12459
|
"""
|
12484
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
12460
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: drawing/dwg, application/x-dwg, application/x-rar-compressed, text/pdf, image/eps, text/svg, application/gzipped, application/vnd.ms-excel, image/x-eps, application/vnd.oasis.opendocument.text, application/acad, application/vnd.oasis.opendocument.spreadsheet, text/x-pdf, application/vnd.pdf, image/x-tif, application/dwg, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-tiff, image/heic-sequence, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/svg+xml, application/x-rtf, image/tif, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/dxf, application/x-jpg, application/excel, application/zip, image/webp, image/svg, application/x-autocad, application/x-zip-compressed, application/acrobat, image/x-bmp, application/x-rar, image/vnd.dwg, application/x-tif, application/vnd.ms-word, image/heif, application/msword, text/x-comma-separated-values, image/x-tiff, application/x-eps, text/csv, pplication/vnd.rar, application/jpg, image/bmp, application/tiff, drawing/x-dwf, text/comma-separated-values, image/heif-sequence, image/x-ms-bmp, application/dxf, text/x-csv, application/gzip, application/x-csv, application/rtf, text/rtf, application/x-dxf, application/csv, application/vnd.openxmlformats-officedocument.presentationml.slideshow, application/vnd.ms-powerpoint, image/heic, text/svg-xml, application/postscript, application/vnd.oasis.opendocument.presentation, image/png, image/tiff, image/jpeg, drawing/x-dwg, text/plain, image/jpg, image/gif, application/tif, image/svg+xml, application/eps, image/x-dxf, application/gzip-compressed, application/x-gzip, application/x-acad, application/x-pdf, image/x-dwg, application/x-tar.
|
12485
12461
|
"""
|
12486
12462
|
file: Upload!
|
12487
12463
|
|