INPUT_OBJECT

ArchivePollInChannelInput

Inputs for archiving a poll.

link GraphQL Schema definition

1input ArchivePollInChannelInput {
4
2# The id of the channel that contains the poll to archive.
3channelID: ID!
5}