File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed
commercetools/commercetools-graphql-api/src/main/resources/graphql Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff 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"""
Original file line number Diff line number Diff line change @@ -544,3 +544,4 @@ d881c2aded2a23820808d785f150b153e09abe79
544544d6881e9b71486cb67db3ba779f13d2f5142ef525
545545cc467725d8196c5812f7d9a98645febdf0e1d073
546546790a7e7848cdedc26065d002fa67757cef290e08
547+ b956f3a336e396a19faade74946f2fcd354f3872
You can’t perform that action at this time.
0 commit comments