INPUT_OBJECT

ApplyExtensionActivationsInput

A mapping of extension type to list of activation configs.

link GraphQL Schema definition

1input ApplyExtensionActivationsInput {
4
2# A list of activations to apply to the given channelID.
3activations: [ExtensionActivationInput!]!
7
5# The ID of the channel the activations are being performed on.
6channelID: ID!
8}