CardOrderByFieldInput
Field we can use when ordering that can be applied when listing cards
enum CardOrderByFieldInput {
id
createdAt
updatedAt
}
Values
CardOrderByFieldInput.id
CardOrderByFieldInput.createdAt
CardOrderByFieldInput.updatedAt
Member Of
CardOrderByInput
input