@nautical-commerce/graphql-schema 1.75.0-23-gd84988115 → 1.75.0-24-g091e25a20
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 +11 -11
- package/package.json +1 -1
package/nautical/schema.graphql
CHANGED
@@ -2992,7 +2992,7 @@ type ProductVariant implements Node & ObjectWithMetadata {
|
|
2992
2992
|
|
2993
2993
|
"""Total quantity ordered."""
|
2994
2994
|
quantityOrdered: Int
|
2995
|
-
features: [VariantFeature!] @deprecated(reason: "Features will be removed on
|
2995
|
+
features: [VariantFeature!] @deprecated(reason: "Features will be removed on July 2, 2025.")
|
2996
2996
|
|
2997
2997
|
"""
|
2998
2998
|
List of product variant images. When 'strict_product_image_handling' is enabled:- Display only the images owned by the product variant owner.
|
@@ -3188,7 +3188,7 @@ type Product implements Node & ObjectWithMetadata {
|
|
3188
3188
|
|
3189
3189
|
"""Whether the product is published."""
|
3190
3190
|
isPublished: Boolean!
|
3191
|
-
features: [ProductFeature!] @deprecated(reason: "Features will be removed on
|
3191
|
+
features: [ProductFeature!] @deprecated(reason: "Features will be removed on July 2, 2025.")
|
3192
3192
|
|
3193
3193
|
"""
|
3194
3194
|
Product stock stats combining all variants in all warehouses. Requires MANAGE_PRODUCTS permission.
|
@@ -4643,10 +4643,10 @@ type ProductType implements Node & ObjectWithMetadata {
|
|
4643
4643
|
): AttributeCountableConnection
|
4644
4644
|
|
4645
4645
|
"""Product features of this product type."""
|
4646
|
-
productFeatures: [ProductTypeProductFeature!]! @deprecated(reason: "Features will be removed on
|
4646
|
+
productFeatures: [ProductTypeProductFeature!]! @deprecated(reason: "Features will be removed on July 2, 2025.")
|
4647
4647
|
|
4648
4648
|
"""Variant features of this product type."""
|
4649
|
-
variantFeatures: [ProductTypeVariantFeature!]! @deprecated(reason: "Features will be removed on
|
4649
|
+
variantFeatures: [ProductTypeVariantFeature!]! @deprecated(reason: "Features will be removed on July 2, 2025.")
|
4650
4650
|
|
4651
4651
|
"""Brand of the product"""
|
4652
4652
|
model: String
|
@@ -13155,7 +13155,7 @@ type Mutation {
|
|
13155
13155
|
description: String
|
13156
13156
|
|
13157
13157
|
"""
|
13158
|
-
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types:
|
13158
|
+
Used when uploading a new document or file in a multipart request that does not exist in the system already. Supported file types: text/x-csv, application/postscript, application/dxf, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/svg-xml, application/vnd.openxmlformats-officedocument.presentationml.presentation, image/x-bmp, image/png, application/gzipped, application/x-pdf, application/vnd.ms-excel, application/x-tif, application/vnd.oasis.opendocument.text, text/plain, application/x-dwg, application/vnd.ms-powerpoint, application/x-jpg, image/x-tiff, application/rtf, application/x-autocad, image/x-tif, image/heif-sequence, application/x-rtf, image/x-eps, application/x-tiff, application/dwg, image/x-dxf, application/x-dxf, application/x-tar, image/eps, application/gzip-compressed, application/x-csv, application/eps, drawing/x-dwg, application/vnd.oasis.opendocument.presentation, application/vnd.ms-word, image/tif, application/x-acad, application/x-rar, text/pdf, application/acad, application/excel, image/jpg, text/rtf, image/heic-sequence, application/x-gzip, image/x-dwg, drawing/x-dwf, image/heic, application/tiff, application/x-zip-compressed, image/webp, image/vnd.dwg, application/vnd.oasis.opendocument.spreadsheet, image/svg, image/svg+xml, application/acrobat, image/tiff, text/comma-separated-values, application/gzip, text/svg, image/heif, image/x-ms-bmp, application/vnd.openxmlformats-officedocument.presentationml.slideshow, image/gif, application/zip, application/jpg, application/svg+xml, application/pdf, image/jpeg, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, pplication/vnd.rar, text/x-pdf, application/x-eps, text/x-comma-separated-values, text/csv, application/csv, drawing/dwg, image/bmp, application/vnd.pdf, image/dxf, application/msword, application/tif, application/x-rar-compressed.
|
13159
13159
|
"""
|
13160
13160
|
file: Upload!
|
13161
13161
|
|
@@ -14510,7 +14510,7 @@ type Mutation {
|
|
14510
14510
|
featureCreate(
|
14511
14511
|
"""Fields required to create a feature"""
|
14512
14512
|
input: FeatureCreateInput!
|
14513
|
-
): FeatureCreate @deprecated(reason: "Features will be removed on
|
14513
|
+
): FeatureCreate @deprecated(reason: "Features will be removed on July 2, 2025.")
|
14514
14514
|
|
14515
14515
|
"""Updates a feature."""
|
14516
14516
|
featureUpdate(
|
@@ -14519,19 +14519,19 @@ type Mutation {
|
|
14519
14519
|
|
14520
14520
|
"""Input required to update a feature."""
|
14521
14521
|
input: FeatureInput!
|
14522
|
-
): FeatureUpdate @deprecated(reason: "Features will be removed on
|
14522
|
+
): FeatureUpdate @deprecated(reason: "Features will be removed on July 2, 2025.")
|
14523
14523
|
|
14524
14524
|
"""Deletes a feature."""
|
14525
14525
|
featureDelete(
|
14526
14526
|
"""ID of a feature to delete."""
|
14527
14527
|
id: ID!
|
14528
|
-
): FeatureDelete @deprecated(reason: "Features will be removed on
|
14528
|
+
): FeatureDelete @deprecated(reason: "Features will be removed on July 2, 2025.")
|
14529
14529
|
|
14530
14530
|
"""Creates a new product or variant feature on a product type."""
|
14531
14531
|
productTypeFeatureCreate(
|
14532
14532
|
"""Fields required to create a feature for a product type."""
|
14533
14533
|
input: ProductTypeFeatureCreateInput!
|
14534
|
-
): ProductTypeFeatureCreate @deprecated(reason: "Features will be removed on
|
14534
|
+
): ProductTypeFeatureCreate @deprecated(reason: "Features will be removed on July 2, 2025.")
|
14535
14535
|
|
14536
14536
|
"""Updates a product or variant feature on a product type."""
|
14537
14537
|
productTypeFeatureUpdate(
|
@@ -14540,13 +14540,13 @@ type Mutation {
|
|
14540
14540
|
|
14541
14541
|
"""Fields required to update a feature for a product type."""
|
14542
14542
|
input: ProductTypeFeatureInput!
|
14543
|
-
): ProductTypeFeatureUpdate @deprecated(reason: "Features will be removed on
|
14543
|
+
): ProductTypeFeatureUpdate @deprecated(reason: "Features will be removed on July 2, 2025.")
|
14544
14544
|
|
14545
14545
|
"""Deletes a product or variant feature on a product type."""
|
14546
14546
|
productTypeFeatureDelete(
|
14547
14547
|
"""ID of the product type feature to delete."""
|
14548
14548
|
id: ID!
|
14549
|
-
): ProductTypeFeatureDelete @deprecated(reason: "Features will be removed on
|
14549
|
+
): ProductTypeFeatureDelete @deprecated(reason: "Features will be removed on July 2, 2025.")
|
14550
14550
|
|
14551
14551
|
"""Captures the authorized payment amount."""
|
14552
14552
|
paymentCapture(
|