Skip to content

Commit f0ee9ee

Browse files
committed
build(codegen): updating SDK
1 parent f245c5f commit f0ee9ee

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5442,6 +5442,17 @@ type InStore implements CartDiscountQueryInterface & CartQueryInterface & Custom
54425442
key: String
54435443
): ShoppingList
54445444
shoppingLists(where: String, sort: [String!], limit: Int, offset: Int): ShoppingListQueryResult!
5445+
productSelection(
5446+
"""
5447+
Queries with specified ID
5448+
"""
5449+
id: String
5450+
"""
5451+
Queries with specified key
5452+
"""
5453+
key: String
5454+
): ProductSelection
5455+
productSelections(where: String, sort: [String!], limit: Int, offset: Int): ProductSelectionQueryResult!
54455456
productSelectionAssignments(where: String, sort: [String!], limit: Int, offset: Int): ProductAssignmentQueryResult!
54465457
productTailoring(
54475458
"""

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,3 +621,4 @@ a544ee2440009d7777661860afcbff26d6a0179a
621621
bae417825bf52ddb58d44a21413b566b4ea4a7fd
622622
7af2a75f5192904bac1a560d0710925e4b425b90
623623
5867aa22abcab5a521bd5bf0bd3b332c5ad763ae
624+
cc22d92a2004e3d6a3695974b49df505cb099c87

0 commit comments

Comments
 (0)