OBJECT

CreatePollError

Vote in poll error.

link GraphQL Schema definition

1type CreatePollError {
2
3# Code describing the error.
4code: CreatePollErrorCode!
5
6}