INPUT_OBJECT
ActivateExtensionInput
The input to be provided to the activateExtension mutation.
link GraphQL Schema definition
1 input ActivateExtensionInput { 4 2 # The anchor the extension is getting activated into. 3 : ExtensionAnchor! 7 5 # The composite ID of an extension installation . 6 : ID! 10 8 # The slot the extension is getting activated into. 9 : String! 11 }