File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -7776,6 +7776,8 @@ type ProductData {
77767776 If the list is not provided then noChannel is checked for `isOnStock`
77777777 """
77787778 stockChannelIds : [String ! ], hasImages : Boolean ): [ProductVariant ! ]!
7779+
7780+ "Fetch all variants, including the master variant in first position."
77797781 allVariants (
77807782 "Queries for products with specified SKUs"
77817783 skus : [String ! ], isOnStock : Boolean ,
@@ -8159,6 +8161,9 @@ type ProductProjection {
81598161 published : Boolean !
81608162 masterVariant : ProductSearchVariant !
81618163 variants : [ProductSearchVariant ! ]!
8164+
8165+ "Fetch all variants, including the master variant in first position."
8166+ allVariants : [ProductSearchVariant ! ]!
81628167 taxCategoryRef : Reference
81638168 taxCategory : TaxCategory
81648169 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
3473477abe530c4e76020a59ffb61623f20b87ae406e02
34834862496134db5ebaf04225ce024b1f5ed3f2c79557
34934955ee33c4d18af345c4e89be226286c56c187a878
350+ d0ab34123535479eb53d2400ca18fdfab0f9bf4c
You can’t perform that action at this time.
0 commit comments