INPUT_OBJECT

TerminatePollInput

Inputs for terminating a poll.

link GraphQL Schema definition

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