@nautical-commerce/graphql-schema 1.56.1-6-gd359de2bb → 1.56.1-8-geb5e3682a
Sign up to get free protection for your applications and to get access to all the features.
- package/nautical/schema.graphql +1 -5
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2580,7 +2580,6 @@ type User implements Node & ObjectWithMetadata {
|
|
2580
2580
|
"""Return the last n elements from the list."""
|
2581
2581
|
last: Int
|
2582
2582
|
): WishlistCountableConnection
|
2583
|
-
isMarketplaceAdmin: Boolean @deprecated(reason: "This is not accurate and will be removed on October 20th, 2024.")
|
2584
2583
|
isAffiliate: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
2585
2584
|
seller: Seller
|
2586
2585
|
hasMicrosite: Boolean @deprecated(reason: "This will be removed on October 26, 2024 when affiliate support is removed.")
|
@@ -3212,9 +3211,6 @@ type Product implements Node & ObjectWithMetadata {
|
|
3212
3211
|
"""Products primary location."""
|
3213
3212
|
primaryLocation: Location @deprecated(reason: "Locations will be removed on November 28, 2024.")
|
3214
3213
|
|
3215
|
-
"""Product configuration indicator."""
|
3216
|
-
productConfiguration: Int @deprecated(reason: "This will be removed on October 19, 2024.")
|
3217
|
-
|
3218
3214
|
"""
|
3219
3215
|
Product stock stats combining all variants in all warehouses. Requires MANAGE_PRODUCTS permission.
|
3220
3216
|
"""
|
@@ -13901,7 +13897,7 @@ type Mutation {
|
|
13901
13897
|
description: String
|
13902
13898
|
|
13903
13899
|
"""
|
13904
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13900
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: image/jpg, image/x-bmp, application/excel, application/vnd.pdf, image/heic-sequence, application/vnd.oasis.opendocument.presentation, application/x-acad, text/comma-separated-values, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/csv, application/tif, text/x-csv, image/bmp, drawing/x-dwf, image/gif, image/x-ms-bmp, application/x-rar, image/heif, image/x-dxf, application/acrobat, image/png, image/heic, text/pdf, image/webp, application/tiff, drawing/dwg, application/x-rtf, application/x-tiff, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/svg, application/dwg, image/svg, application/gzip-compressed, application/svg+xml, application/vnd.ms-powerpoint, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/tif, application/eps, application/rtf, application/pdf, application/dxf, application/vnd.ms-excel, image/x-dwg, application/x-gzip, application/x-pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, application/vnd.oasis.opendocument.text, image/svg+xml, application/jpg, image/x-eps, application/x-dxf, application/zip, image/eps, application/vnd.ms-word, application/msword, application/x-csv, text/svg-xml, image/x-tiff, image/dxf, image/heif-sequence, application/csv, image/x-tif, application/x-dwg, pplication/vnd.rar, application/x-rar-compressed, text/x-comma-separated-values, application/vnd.oasis.opendocument.spreadsheet, application/x-tif, application/x-zip-compressed, image/tiff, application/postscript, application/acad, application/x-eps, application/x-tar, application/gzipped, image/vnd.dwg, text/plain, application/x-jpg, application/x-autocad, image/jpeg, text/rtf, drawing/x-dwg, text/x-pdf, application/gzip.
|
13905
13901
|
"""
|
13906
13902
|
file: Upload!
|
13907
13903
|
|