OBJECT

Duration

A Duration represents an interval between two DateTime values.

link GraphQL Schema definition

  • type Duration {
  • # A number representing the duration, will be paired with a unit.
  • numericDuration: Float!
  • # A unit of measure.
  • unitType: TimeUnit!
  • }