ENUM

WatchlistOrderBy

link GraphQL Schema definition

1enum WatchlistOrderBy {
2
3createdDateTime
4
5modifiedDateTime
6
7stopDateTime
8
9startDateTime
10
11name
12}