INPUT_OBJECT

IDuration

Mutation input structure for defining time durations.

link GraphQL Schema definition

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