diff --git a/commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls b/commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls index 199c91ecd35..f2436bbaed8 100644 --- a/commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls +++ b/commercetools.Sdk/commercetools.Sdk.GraphQL.Api/schema.graphqls @@ -8189,10 +8189,12 @@ type ProductProjection { hasStagedChanges: Boolean! published: Boolean! masterVariant: ProductSearchVariant! - variants: [ProductSearchVariant!]! - "Fetch all variants, including the master variant in first position." - allVariants: [ProductSearchVariant!]! + "Fetch all variants, excluding the master variant. If `onlyMatching` is used, filter this list based on the the search query." + variants(onlyMatching: Boolean): [ProductSearchVariant!]! + + "Fetch all variants, including the master variant in first position. If `onlyMatching` is used, filter this list based on the the search query." + allVariants(onlyMatching: Boolean): [ProductSearchVariant!]! taxCategoryRef: Reference taxCategory: TaxCategory stateRef: Reference diff --git a/references.txt b/references.txt index 38e13fc5b2f..c9cab7a295a 100644 --- a/references.txt +++ b/references.txt @@ -303,3 +303,4 @@ f4cb4be0d9a27d8799b209eeb70db38bd80d5f57 df53588d26d7953dfdf44166866ca03045f0a70b 1a494a1204ce8069f991872b32865f399160051b d042ef009240bb55e9b5b18003aba682ec9baa98 +7d500b75265e9fdc6c5a47acb4e1df29523f707c