ENUM

GroupingFieldEnum

Possible grouping fields.

link GraphQL Schema definition

  • enum GroupingFieldEnum {
  • # 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
  • }