INPUT_OBJECT
UpdateScheduleSegmentInput
The input to update a schedule segment.
link GraphQL Schema definition
1 input UpdateScheduleSegmentInput { 4 2 # The categories of the segment. 3 : [ID!] 7 5 # The duration of the segment in minutes. 6 : Int 10 8 # The start date and time of the first occurrence of the segment. 9 : Time 13 11 # Whether the segment is cancelled. 12 : Boolean 16 14 # The schedule id. 15 : ID! 19 17 # The segment id to update. 18 : ID! 22 20 # The start time of the segment. 21 : SegmentStartTimeInput 25 23 # The geographic timezone of the segment. 24 : String 28 26 # The title of the segment. 27 : String 29 }