OBJECT

GroupInterval

link GraphQL Schema definition

  • type GroupInterval {
  • # Lower bound of the numeric interval, inclusive.
  • start: Float
  • # Upper bound of the numeric interval, exclusive.
  • end: Float
  • }