INPUT_OBJECT
UpdateAppointmentReminderNoAppointmentBackrefInput
link GraphQL Schema definition
- input UpdateAppointmentReminderNoAppointmentBackrefInput {
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Minutes before the appointment start when the reminder should fire.
- : Int
- # Id of the user who set the reminder.
- : ID
- # Timestamp when a snoozed reminder should fire again. Empty when not snoozed.
- : DateTime
- # Current state of the reminder (e.g. NotSent, Sent, Snoozed, Dismissed).
- : ReminderStatusEnum
- # Revision when entity was lastly changed.
- : Int
- }