@nautical-commerce/graphql-schema 1.56.1-5-ge7743ce55 → 1.56.1-7-ga7c6ddc12
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: text/svg-xml, application/eps, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/jpg, image/tiff, image/x-bmp, application/x-dxf, application/tiff, text/pdf, application/x-eps, text/x-comma-separated-values, application/x-autocad, image/jpeg, application/postscript, drawing/dwg, application/pdf, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/webp, text/x-pdf, application/svg+xml, application/csv, text/rtf, text/csv, image/x-tif, image/svg, image/heif-sequence, application/dwg, application/zip, application/x-acad, application/x-csv, application/x-tar, application/vnd.ms-powerpoint, application/msword, text/x-csv, application/acad, application/x-jpg, image/heic-sequence, application/vnd.ms-excel, image/x-tiff, application/tif, application/gzipped, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.oasis.opendocument.spreadsheet, image/heif, image/x-eps, application/vnd.openxmlformats-officedocument.wordprocessingml.document, application/x-rar, image/svg+xml, image/dxf, drawing/x-dwf, application/vnd.pdf, application/x-dwg, application/excel, application/gzip, application/gzip-compressed, application/x-tiff, image/gif, application/x-rtf, application/jpg, application/vnd.ms-word, text/comma-separated-values, image/heic, image/x-dxf, pplication/vnd.rar, application/vnd.oasis.opendocument.text, application/acrobat, application/x-tif, text/svg, application/x-rar-compressed, application/vnd.oasis.opendocument.presentation, image/eps, application/x-pdf, application/x-zip-compressed, image/bmp, application/rtf, image/vnd.dwg, image/tif, image/x-dwg, image/x-ms-bmp, image/png, drawing/x-dwg, application/dxf, application/x-gzip, text/plain.
|
13905
13901
|
"""
|
13906
13902
|
file: Upload!
|
13907
13903
|
|