Skip to content

Commit 04fe200

Browse files
committed
build(codegen): updating SDK
1 parent 2e5d262 commit 04fe200

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff 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"""

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,3 +559,4 @@ f9cc6c487014f23d946d77973ea9b8ca04427b99
559559
f3953bd6897e754279670079ed10ee1423e80b7a
560560
25764c6fb8144de8c9e1d9644baf6da6c15eae37
561561
b160c5271c6450971a37600ed078c9c1c2841c33
562+
a5fd91b303a01c80426689a778f4ab20506a3d9f

0 commit comments

Comments
 (0)