Skip to content

Commit f83d944

Browse files
Updated GraphQL schema
1 parent c59f6ef commit f83d944

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

api-specs/graphql/schema.sdl

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3014,6 +3014,10 @@ type Extension implements Versioned & ReferenceExpandable {
30143014
"""
30153015
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
30163016
"""
3017+
dependenciesRef: [Reference!]!
3018+
"""
3019+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
3020+
"""
30173021
additionalContext: ExtensionAdditionalContext
30183022
"""
30193023
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
@@ -13254,6 +13258,10 @@ input ExtensionDraft {
1325413258
"""
1325513259
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1325613260
"""
13261+
dependencies: [ResourceIdentifierInput!]
13262+
"""
13263+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
13264+
"""
1325713265
additionalContext: ExtensionAdditionalContextInput
1325813266
"""
1325913267
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
@@ -13272,6 +13280,10 @@ input ExtensionUpdateAction {
1327213280
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1327313281
"""
1327413282
setExpansionPaths: SetExtensionExpansionPaths
13283+
"""
13284+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
13285+
"""
13286+
setDependencies: SetExtensionDependencies
1327513287
setKey: SetExtensionKey
1327613288
setTimeoutInMs: SetExtensionTimeoutInMs
1327713289
}
@@ -15945,6 +15957,13 @@ input SetExtensionAdditionalContext {
1594515957
additionalContext: ExtensionAdditionalContextInput!
1594615958
}
1594715959

15960+
"""
15961+
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
15962+
"""
15963+
input SetExtensionDependencies {
15964+
dependencies: [ResourceIdentifierInput!]!
15965+
}
15966+
1594815967
"""
1594915968
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
1595015969
"""

0 commit comments

Comments
 (0)