INPUT_OBJECT
ReminderInput
link GraphQL Schema definition
- input ReminderInput {
- # Id of the reminder. If no id is given, a reminder will be created
- ID :
- # If not set to true, the reminder will not be sent
- Boolean :
- # The type of interval. Options are daily, weekly, once
- String :
- # For daily interval -> don't send anything. For weekly interval, send in comma
- # separated all lower-case day of week (e.g wednesday, friday). For once, send in
- # the date (e.g 2020-11-28)
- String :
- # Send in true to delete the reminder
- Boolean :
- }