File tree 3 files changed +7
-0
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7776,6 +7776,8 @@ type ProductData {
7776
7776
If the list is not provided then noChannel is checked for `isOnStock`
7777
7777
"""
7778
7778
stockChannelIds : [String ! ], hasImages : Boolean ): [ProductVariant ! ]!
7779
+
7780
+ "Fetch all variants, including the master variant in first position."
7779
7781
allVariants (
7780
7782
"Queries for products with specified SKUs"
7781
7783
skus : [String ! ], isOnStock : Boolean ,
@@ -8159,6 +8161,9 @@ type ProductProjection {
8159
8161
published : Boolean !
8160
8162
masterVariant : ProductSearchVariant !
8161
8163
variants : [ProductSearchVariant ! ]!
8164
+
8165
+ "Fetch all variants, including the master variant in first position."
8166
+ allVariants : [ProductSearchVariant ! ]!
8162
8167
taxCategoryRef : Reference
8163
8168
taxCategory : TaxCategory
8164
8169
stateRef : Reference
Original file line number Diff line number Diff line change
1
+ 55ee33c4d18af345c4e89be226286c56c187a878
Original file line number Diff line number Diff line change @@ -347,3 +347,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f
347
347
7abe530c4e76020a59ffb61623f20b87ae406e02
348
348
62496134db5ebaf04225ce024b1f5ed3f2c79557
349
349
55ee33c4d18af345c4e89be226286c56c187a878
350
+ d0ab34123535479eb53d2400ca18fdfab0f9bf4c
You can’t perform that action at this time.
0 commit comments