ENUM

ProductSizeSort

link GraphQL Schema definition

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