SendPatientMessagesInput
The types of notifications that can be sent to the patient when creating/updating a booking. It defaults to true.
input SendPatientMessagesInput {
confirmation: Boolean
reminder: Boolean
followup: Boolean
}
Fields
SendPatientMessagesInput.confirmation ● Boolean scalar
SendPatientMessagesInput.reminder ● Boolean scalar
SendPatientMessagesInput.followup ● Boolean scalar
Member Of
BookingDataInput input ● BookingUpdateDataInput input