OBJECT

UpdateScheduleSegmentPayload

The returned payload when updating a schedule segment.

link GraphQL Schema definition

1type UpdateScheduleSegmentPayload {
2
3# The possible error returned.
4error: UpdateScheduleSegmentError
5
6# The updated schedule with the updated segment.
7schedule: Schedule
8
9}