INPUT_OBJECT

CreateScheduleInput

The input to create a schedule.

link GraphQL Schema definition

1input CreateScheduleInput {
4
2# The channel ID the schedule belongs to.
3channelID: ID!
5}