INPUT_OBJECT

ExtensionActivationInput

Represents the action which should be taken on the provided installation ID. If no anchor configuration is provided, the installation will be deactivated.

link GraphQL Schema definition

1input ExtensionActivationInput {
4
2# The required activation input to apply activation state to a component anchor.
3component: ComponentActivationInput
7
5# The installation ID of the component extension you're attempting to activate.
6installationID: ID!
10
8# The required activation input to apply activation state to a panel anchor.
9panel: PanelActivationInput
14
11# The required activation input to apply activation state to a video overyla
12# anchor.
13videoOverlay: VideoOverlayActivationInput
15}