ENUM

InvoiceSort

link GraphQL Schema definition

1enum InvoiceSort {
2id_ASC
3id_DESC
4number_ASC
5number_DESC
6}