INPUT_OBJECT

ActivateExtensionInput

The input to be provided to the activateExtension mutation.

link GraphQL Schema definition

1input ActivateExtensionInput {
4
2# The anchor the extension is getting activated into.
3anchor: ExtensionAnchor!
7
5# The composite ID of an extension installation .
6extensionInstallationID: ID!
10
8# The slot the extension is getting activated into.
9slot: String!
11}