From 05302b421e3e3df7f0384f65bea1abc5eb7b4f40 Mon Sep 17 00:00:00 2001 From: "ct-sdks[bot]" <153784748+ct-sdks[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:21:12 +0000 Subject: [PATCH] build(codegen): updating SDK --- .../src/main/resources/graphql/schema.graphqls | 5 +++++ reference.txt | 1 + references.txt | 1 + 3 files changed, 7 insertions(+) create mode 100644 reference.txt diff --git a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls index bb45b714f8..997e47714c 100644 --- a/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls +++ b/commercetools/commercetools-graphql-api/src/main/resources/graphql/schema.graphqls @@ -7776,6 +7776,8 @@ type ProductData { If the list is not provided then noChannel is checked for `isOnStock` """ stockChannelIds: [String!], hasImages: Boolean): [ProductVariant!]! + + "Fetch all variants, including the master variant in first position." allVariants( "Queries for products with specified SKUs" skus: [String!], isOnStock: Boolean, @@ -8159,6 +8161,9 @@ type ProductProjection { published: Boolean! masterVariant: ProductSearchVariant! variants: [ProductSearchVariant!]! + + "Fetch all variants, including the master variant in first position." + allVariants: [ProductSearchVariant!]! taxCategoryRef: Reference taxCategory: TaxCategory stateRef: Reference diff --git a/reference.txt b/reference.txt new file mode 100644 index 0000000000..12112e2571 --- /dev/null +++ b/reference.txt @@ -0,0 +1 @@ +55ee33c4d18af345c4e89be226286c56c187a878 diff --git a/references.txt b/references.txt index ed4cade1e7..8baf171044 100644 --- a/references.txt +++ b/references.txt @@ -347,3 +347,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f 7abe530c4e76020a59ffb61623f20b87ae406e02 62496134db5ebaf04225ce024b1f5ed3f2c79557 55ee33c4d18af345c4e89be226286c56c187a878 +d0ab34123535479eb53d2400ca18fdfab0f9bf4c