Skip to content

Commit b30881a

Browse files
Updated GraphQL schema
1 parent 8a13f73 commit b30881a

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

api-specs/graphql/schema.sdl

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3020,6 +3020,10 @@ type Extension implements Versioned & ReferenceExpandable {
30203020
"""
30213021
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
30223022
"""
3023+
additionalContext: ExtensionAdditionalContext
3024+
"""
3025+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
3026+
"""
30233027
expansionPaths: [String!]!
30243028
id: String!
30253029
version: Long!
@@ -3029,6 +3033,10 @@ type Extension implements Versioned & ReferenceExpandable {
30293033
lastModifiedBy: Initiator
30303034
}
30313035

3036+
type ExtensionAdditionalContext {
3037+
includeOldResource: Boolean!
3038+
}
3039+
30323040
type ExtensionLimitsProjection {
30333041
timeoutInMs: Limit!
30343042
maxExtensionsUpdateActions: Limit!
@@ -13225,6 +13233,13 @@ input ExistsFilterInput {
1322513233
path: String!
1322613234
}
1322713235

13236+
"""
13237+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
13238+
"""
13239+
input ExtensionAdditionalContextInput {
13240+
includeOldResource: Boolean!
13241+
}
13242+
1322813243
input ExtensionDestinationInput {
1322913244
HTTP: HttpDestinationInput
1323013245
AWSLambda: AWSLambdaDestinationInput
@@ -13239,6 +13254,10 @@ input ExtensionDraft {
1323913254
"""
1324013255
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1324113256
"""
13257+
additionalContext: ExtensionAdditionalContextInput
13258+
"""
13259+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
13260+
"""
1324213261
expansionPaths: [String!]
1324313262
}
1324413263

@@ -13248,6 +13267,10 @@ input ExtensionUpdateAction {
1324813267
"""
1324913268
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1325013269
"""
13270+
setAdditionalContext: SetExtensionAdditionalContext
13271+
"""
13272+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
13273+
"""
1325113274
setExpansionPaths: SetExtensionExpansionPaths
1325213275
setKey: SetExtensionKey
1325313276
setTimeoutInMs: SetExtensionTimeoutInMs
@@ -15924,6 +15947,13 @@ input SetDiscountGroupSortOrder {
1592415947
sortOrder: String!
1592515948
}
1592615949

15950+
"""
15951+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
15952+
"""
15953+
input SetExtensionAdditionalContext {
15954+
additionalContext: ExtensionAdditionalContextInput!
15955+
}
15956+
1592715957
"""
1592815958
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1592915959
"""

0 commit comments

Comments
 (0)