ENUM

ShipmentSort

link GraphQL Schema definition

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