ENUM

ScanEventGroupingFieldEnum

Possible grouping fields.

link GraphQL Schema definition

  • enum ScanEventGroupingFieldEnum {
  • # createdAt: two digits of hour (00 through 23) (am/pm NOT allowed)
  • createdAtHour
  • # createdAt: two-digit day of month (01 through 31)
  • createdAtDayOfMonth
  • # createdAt: two-digit month (01=January, etc.)
  • createdAtMonth
  • # createdAt: four-digit year
  • createdAtYear
  • # createdAt: 1 through 4
  • createdAtQuarter
  • # createdAt: day of the week, Sunday (1) to Saturday (7)
  • createdAtDayOfWeek
  • # createdAt: week number of ISO 8601 week-numbering year (01-53; the first
  • # Thursday of the year is in week 1)
  • createdAtWeekOfYear
  • # createdAt: day of year (001-366)
  • createdAtDayOfYear
  • # updatedAt: two digits of hour (00 through 23) (am/pm NOT allowed)
  • updatedAtHour
  • # updatedAt: two-digit day of month (01 through 31)
  • updatedAtDayOfMonth
  • # updatedAt: two-digit month (01=January, etc.)
  • updatedAtMonth
  • # updatedAt: four-digit year
  • updatedAtYear
  • # updatedAt: 1 through 4
  • updatedAtQuarter
  • # updatedAt: day of the week, Sunday (1) to Saturday (7)
  • updatedAtDayOfWeek
  • # updatedAt: week number of ISO 8601 week-numbering year (01-53; the first
  • # Thursday of the year is in week 1)
  • updatedAtWeekOfYear
  • # updatedAt: day of year (001-366)
  • updatedAtDayOfYear
  • # scannedAt: two digits of hour (00 through 23) (am/pm NOT allowed)
  • scannedAtHour
  • # scannedAt: two-digit day of month (01 through 31)
  • scannedAtDayOfMonth
  • # scannedAt: two-digit month (01=January, etc.)
  • scannedAtMonth
  • # scannedAt: four-digit year
  • scannedAtYear
  • # scannedAt: 1 through 4
  • scannedAtQuarter
  • # scannedAt: day of the week, Sunday (1) to Saturday (7)
  • scannedAtDayOfWeek
  • # scannedAt: week number of ISO 8601 week-numbering year (01-53; the first
  • # Thursday of the year is in week 1)
  • scannedAtWeekOfYear
  • # scannedAt: day of year (001-366)
  • scannedAtDayOfYear
  • organizationName
  • organizationId
  • ticketId
  • # 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_'.
  • visitor
  • productVariantId
  • productVariantName
  • productId
  • productName
  • countryLocale
  • salesChannel
  • buyerSegment
  • }