OBJECT

CreateSchedulePayload

The payload returned after creating a schedule.

link GraphQL Schema definition

1type CreateSchedulePayload {
2
3# The channel with the new schedule.
4channel: Channel
5
6# The possible error.
7error: CreateScheduleError
8
9}