INPUT_OBJECT
SegmentStartTimeInput
The segment start time input.
link GraphQL Schema definition
1 input SegmentStartTimeInput { 4 2 # The day of the segment. 3 : ScheduleSegmentDay! 7 5 # The hour of the segment 0-23. 6 : Int! 10 8 # The minute of the segment 0-59. 9 : Int! 11 }