Skip to main content

TimeRange

TimeRange represents a range of times.

type TimeRange {  start: Time!  finish: Time!}

Fields#

start (Time!)#

start is the time that the time range started on.

finish (Time!)#

finish is the time that the time range finished at.