OBJECT

DeleteSchedulePayload

The payload returned after deleting a schedule.

link GraphQL Schema definition

1type DeleteSchedulePayload {
2
3# The channel with the deleted schedule.
4channel: Channel
5
6# The possible error.
7error: DeleteScheduleError
8
9}