OBJECT

CreateScheduleSegmentPayload

The payload returned when creating a new schedule segment.

link GraphQL Schema definition

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