OBJECT

SetScheduleReminderPayload

SetScheduleReminderPayload returns the result of the creation/update.

link GraphQL Schema definition

1type SetScheduleReminderPayload {
2
3# A mapped error returned by the Reminder service.
4error: SetScheduleReminderError
5
6# The new reminder state, if operation completed with no error.
7isEnabled: Boolean
8
9}