ENUM

ProductVariantSort

link GraphQL Schema definition

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