ENUM

PollSort

Possible sort orders for lists of polls.

link GraphQL Schema definition

1enum PollSort {
2
3# Sort the polls by time.
4START_TIME
5}