ENUM
TicketGroupingFieldEnum
Possible grouping fields.
link GraphQL Schema definition
- enum TicketGroupingFieldEnum {
- # createdAt: two digits of hour (00 through 23) (am/pm NOT allowed)
- # createdAt: two-digit day of month (01 through 31)
- # createdAt: two-digit month (01=January, etc.)
- # createdAt: four-digit year
- # createdAt: 1 through 4
- # createdAt: day of the week, Sunday (1) to Saturday (7)
- # createdAt: week number of ISO 8601 week-numbering year (01-53; the first
- # Thursday of the year is in week 1)
- # createdAt: day of year (001-366)
- # updatedAt: two digits of hour (00 through 23) (am/pm NOT allowed)
- # updatedAt: two-digit day of month (01 through 31)
- # updatedAt: two-digit month (01=January, etc.)
- # updatedAt: four-digit year
- # updatedAt: 1 through 4
- # updatedAt: day of the week, Sunday (1) to Saturday (7)
- # updatedAt: week number of ISO 8601 week-numbering year (01-53; the first
- # Thursday of the year is in week 1)
- # updatedAt: day of year (001-366)
- }