INPUT_OBJECT

SetScheduleReminderInput

SetScheduleReminderInput has fields required to set a schedule event reminder.

link GraphQL Schema definition

1input SetScheduleReminderInput {
4
2# The ID of the segment to set a reminder for.
3segmentID: ID!
7
5# Whether the reminder should be enabled or disabled.
6shouldEnable: Boolean!
8}