File tree Expand file tree Collapse file tree
commercetools/commercetools-graphql-api/src/main/resources/graphql Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4092,31 +4092,17 @@ type Mutation {
40924092 """Queries with specified key"""
40934093 key : String
40944094 ): TaxCategory
4095- createDiscountCode (
4096- draft : DiscountCodeDraft !
4097- """
4098- The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions.
4099- """
4100- storeKey : KeyReferenceInput
4101- ): DiscountCode
4095+ createDiscountCode (draft : DiscountCodeDraft ! ): DiscountCode
41024096 updateDiscountCode (
41034097 version : Long !
41044098 actions : [DiscountCodeUpdateAction ! ]!
4105- """
4106- The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions.
4107- """
4108- storeKey : KeyReferenceInput
41094099 """Queries with specified ID"""
41104100 id : String
41114101 """Queries with specified key"""
41124102 key : String
41134103 ): DiscountCode
41144104 deleteDiscountCode (
41154105 version : Long !
4116- """
4117- The mutation is only performed if the resource is part of the store. Can be used with store-specific OAuth permissions.
4118- """
4119- storeKey : KeyReferenceInput
41204106 """Queries with specified ID"""
41214107 id : String
41224108 """Queries with specified key"""
Original file line number Diff line number Diff line change @@ -559,3 +559,4 @@ f9cc6c487014f23d946d77973ea9b8ca04427b99
559559f3953bd6897e754279670079ed10ee1423e80b7a
56056025764c6fb8144de8c9e1d9644baf6da6c15eae37
561561b160c5271c6450971a37600ed078c9c1c2841c33
562+ a5fd91b303a01c80426689a778f4ab20506a3d9f
You can’t perform that action at this time.
0 commit comments