OBJECT

TerminatePollInChannelPayload

Outputs from the terminate poll mutation.

link GraphQL Schema definition

1type TerminatePollInChannelPayload {
2
3# The terminated poll.
4poll: Poll
5
6}