OBJECT

ArchivePollPayload

Outputs from the create poll mutation.

link GraphQL Schema definition

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