ENUM
ScanEventGroupingFieldEnum
Possible grouping fields.
link GraphQL Schema definition
- enum ScanEventGroupingFieldEnum {
- # 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)
- # scannedAt: two digits of hour (00 through 23) (am/pm NOT allowed)
- # scannedAt: two-digit day of month (01 through 31)
- # scannedAt: two-digit month (01=January, etc.)
- # scannedAt: four-digit year
- # scannedAt: 1 through 4
- # scannedAt: day of the week, Sunday (1) to Saturday (7)
- # scannedAt: week number of ISO 8601 week-numbering year (01-53; the first
- # Thursday of the year is in week 1)
- # scannedAt: day of year (001-366)
- # Returns a ticketId prefixed with 'ticketId_' for tickets with product type
- # different than counting_code. For all other counting_code products returns a
- # scanEventId prefixed with 'scanEventId_'.
- }