ENUM

EmailHistorySort

link GraphQL Schema definition

1enum EmailHistorySort {
2id_ASC
3id_DESC
4createdAt_ASC
5createdAt_DESC
6}