File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-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
You can’t perform that action at this time.
0 commit comments