INPUT_OBJECT
CreateOrUpdateTaskReminderInput
link GraphQL Schema definition
- input CreateOrUpdateTaskReminderInput {
- : String
- # Unique identifier of entity.
- : ID
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the user who set the reminder.
- : ID
- # Timestamp when the reminder should fire.
- : DateTime
- # Current state of the reminder (e.g. NotSent, Sent, Snoozed, Dismissed).
- : ReminderStatusEnum
- # Id of the task.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }