OBJECT

InterruptSchedulePayload

The payload returned when interrupting a schedule.

link GraphQL Schema definition

1type InterruptSchedulePayload {
2
3# The possible error.
4error: InterruptScheduleError
5
6# The updated stream schedule.
7schedule: Schedule
8
9}