ENUM

SubscriptionSort

link GraphQL Schema definition

1enum SubscriptionSort {
2id_ASC
3id_DESC
4createdAt_ASC
5createdAt_DESC
6updatedAt_ASC
7updatedAt_DESC
8nextOrderDate_ASC
9nextOrderDate_DESC
10nextRetryDate_ASC
11nextRetryDate_DESC
12}