Skip to content

Commit c246b86

Browse files
Merge pull request #1050 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 7a0fe6e + 9a5c204 commit c246b86

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

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

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4704,25 +4704,10 @@ type Mutation {
47044704
createMyPayment(draft: MyPaymentDraft!): MyPayment
47054705
updateMyPayment(id: String!, version: Long!, actions: [MyPaymentUpdateAction!]!): MyPayment
47064706
deleteMyPayment(id: String!, version: Long!): MyPayment
4707-
createProductSelection(
4708-
draft: CreateProductSelectionDraft!
4709-
"""
4710-
The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions.
4711-
"""
4712-
storeKey: KeyReferenceInput @filterFromPublicDoc
4713-
): ProductSelection
4714-
updateProductSelection(
4715-
version: Long!
4716-
actions: [ProductSelectionUpdateAction!]!
4717-
"""
4718-
The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions.
4719-
"""
4720-
storeKey: KeyReferenceInput @filterFromPublicDoc
4721-
"""Queries with specified ID"""
4722-
id: String
4723-
"""Queries with specified key"""
4724-
key: String
4725-
): ProductSelection
4707+
createProductSelection(draft: CreateProductSelectionDraft!): ProductSelection
4708+
updateProductSelection(version: Long!, actions: [ProductSelectionUpdateAction!]!, """Queries with specified ID"""
4709+
id: String, """Queries with specified key"""
4710+
key: String): ProductSelection
47264711
deleteProductSelection(
47274712
version: Long!
47284713
"""Queries with specified ID"""

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,3 +544,4 @@ d881c2aded2a23820808d785f150b153e09abe79
544544
d6881e9b71486cb67db3ba779f13d2f5142ef525
545545
cc467725d8196c5812f7d9a98645febdf0e1d073
546546
790a7e7848cdedc26065d002fa67757cef290e08
547+
b956f3a336e396a19faade74946f2fcd354f3872

0 commit comments

Comments
 (0)