INPUT_OBJECT
UpdateTaskReminderNoTaskBackrefInput
link GraphQL Schema definition
- input UpdateTaskReminderNoTaskBackrefInput {
- # 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
- # Revision when entity was lastly changed.
- : Int
- }