INPUT_OBJECT

StartAdInput

StartAdInput ...

link GraphQL Schema definition

1input StartAdInput {
4
2# channelID is the ID of the channel the ad will run on.
3channelID: ID!
7
5# lengthSeconds is the requested ad break length in seconds (30s ad, 60s ad, etc).
6lengthSeconds: Int
8}