DoctorNotificationInput
Notification of the client's doctor
input DoctorNotificationInput {
doctorId: ContactID
isDoctorNotified: Boolean
notifiedAt: LocalDateTime
}
Fields
DoctorNotificationInput.doctorId ● ContactID scalar
Doctor that has been notified
DoctorNotificationInput.isDoctorNotified ● Boolean scalar
Is the client's doctor notified?
DoctorNotificationInput.notifiedAt ● LocalDateTime scalar
When the doctor has been notified