ENUM

CustomerSort

link GraphQL Schema definition

1enum CustomerSort {
2id_ASC
3id_DESC
4email_ASC
5email_DESC
6createdAt_ASC
7createdAt_DESC
8updatedAt_ASC
9updatedAt_DESC
10}