INPUT_OBJECT

CancelActiveBoostOrdersInput

The required input for a cancelActiveBoostOrdersInput mutation.

link GraphQL Schema definition

1input CancelActiveBoostOrdersInput {
4
2# The Id of the channel for which we want to cancel boosts.
3channelID: ID!
5}