OBJECT

TerminatePollPayload

Outputs from the create poll mutation.

link GraphQL Schema definition

1type TerminatePollPayload {
2
3# The created poll.
4poll: Poll
5
6}