Skip to content

Commit 05302b4

Browse files
committed
build(codegen): updating SDK
1 parent 2646896 commit 05302b4

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls

+5
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

reference.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
55ee33c4d18af345c4e89be226286c56c187a878

references.txt

+1
Original file line numberDiff line numberDiff line change
@@ -347,3 +347,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f
347347
7abe530c4e76020a59ffb61623f20b87ae406e02
348348
62496134db5ebaf04225ce024b1f5ed3f2c79557
349349
55ee33c4d18af345c4e89be226286c56c187a878
350+
d0ab34123535479eb53d2400ca18fdfab0f9bf4c

0 commit comments

Comments
 (0)