OBJECT
A Duration represents an interval between two DateTime values.
Duration
DateTime
type Duration {# A number representing the duration, will be paired with a unit.numericDuration: Float! # A unit of measure.unitType: TimeUnit! }