INPUT_OBJECT
Mutation input structure for defining time durations.
input IDuration {# A number representing the duration, will be paired with a unit.numericDuration: Float!# A unit of measure.unitType: TimeUnit!}