INPUT_OBJECT

ArchivePollInput

Inputs for archiving a poll.

link GraphQL Schema definition

1input ArchivePollInput {
4
2# The id of the poll to archive.
3pollID: ID!
5}