SMS
No description
type SMS {
id: ID!
to: String!
from: String!
message: String!
patient: Patient!
status: PatientCommunicationStatusType!
communicationType: PatientCommunicationType!
dateToProcess: DateTime
}
Fields
SMS.id ● ID! non-null scalar
SMS.to ● String! non-null scalar
SMS.from ● String! non-null scalar
SMS.message ● String! non-null scalar
SMS.patient ● Patient! non-null object
SMS.status ● PatientCommunicationStatusType! non-null enum
SMS.communicationType ● PatientCommunicationType! non-null enum
SMS.dateToProcess ● DateTime scalar
Member Of
SendSMSPayload object
Implemented By
PatientCommunication union