TimeRange
TimeRange represents a range of times.
type TimeRange {
start: Time!
finish: Time!
}
Fields
TimeRange.start ● Time! non-null scalar
start is the time that the time range started on.
TimeRange.finish ● Time! non-null scalar
finish is the time that the time range finished at.
Member Of
SuspensionStatusHistory object