ENUM

SubscriptionPaymentSort

link GraphQL Schema definition

1enum SubscriptionPaymentSort {
2id_ASC
3id_DESC
4createdAt_ASC
5createdAt_DESC
6updatedAt_ASC
7updatedAt_DESC
8status_ASC
9status_DESC
10paymentMethod_ASC
11paymentMethod_DESC
12}