Skip to content

Commit d13299b

Browse files
committed
build(codegen): updating SDK
1 parent 802a8b0 commit d13299b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8189,10 +8189,12 @@ type ProductProjection {
81898189
hasStagedChanges: Boolean!
81908190
published: Boolean!
81918191
masterVariant: ProductSearchVariant!
8192-
variants: [ProductSearchVariant!]!
81938192

8194-
"Fetch all variants, including the master variant in first position."
8195-
allVariants: [ProductSearchVariant!]!
8193+
"Fetch all variants, excluding the master variant. If `onlyMatching` is used, filter this list based on the the search query."
8194+
variants(onlyMatching: Boolean): [ProductSearchVariant!]!
8195+
8196+
"Fetch all variants, including the master variant in first position. If `onlyMatching` is used, filter this list based on the the search query."
8197+
allVariants(onlyMatching: Boolean): [ProductSearchVariant!]!
81968198
taxCategoryRef: Reference
81978199
taxCategory: TaxCategory
81988200
stateRef: Reference

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,4 @@ e8f731a742ca2997342b1b5f98121d86c8189a3b
356356
b7b82f5a701908239fcf39781bcbfa80823c9fa0
357357
cc1732f88ea3dc336358ff9f39cda9d5271cf7c2
358358
d042ef009240bb55e9b5b18003aba682ec9baa98
359+
7d500b75265e9fdc6c5a47acb4e1df29523f707c

0 commit comments

Comments
 (0)