INPUT_OBJECT

TerminatePollInChannelInput

Inputs for terminating a poll.

link GraphQL Schema definition

1input TerminatePollInChannelInput {
4
2# The id of the channel with the poll to terminate.
3channelID: ID!
5}