PatientCommunicationPayload
The response received when querying for patient communication information.
type PatientCommunicationPayload {
data: PatientCommunication
error: String
}
Fields
PatientCommunicationPayload.data ● PatientCommunication union
PatientCommunicationPayload.error ● String scalar
Returned By
cancelScheduledPatientCommunication mutation