INPUT_OBJECT
ApplyExtensionActivationsInput
A mapping of extension type to list of activation configs.
link GraphQL Schema definition
1 input ApplyExtensionActivationsInput { 4 2 # A list of activations to apply to the given channelID. 3 : [ExtensionActivationInput!]! 7 5 # The ID of the channel the activations are being performed on. 6 : ID! 8 }