INPUT_OBJECT

VideoOverlayActivationInput

The required configuration to activate a video overlay extension.

link GraphQL Schema definition

1input VideoOverlayActivationInput {
4
2# The slot name of where the component extension should be displayed.
3slot: String!
5}