Skip to content

Commit d0ab341

Browse files
committed
Updated API from documentation release
1 parent 55ee33c commit d0ab341

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api-specs/graphql/schema.sdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)