ENUM

DisplaySort

link GraphQL Schema definition

1enum DisplaySort {
2id_ASC
3id_DESC
4updatedAt_ASC
5updatedAt_DESC
6}