OBJECT

TimeRange

Description

A range of time

link GraphQL Schema definition

  • type TimeRange {
  • # Start of the time range
  • start: DateTime!
  • # End of the time range
  • end: DateTime!
  • }