sendSms
This mutation sends an SMS to a patient.
sendSms(
patientId: ID!
message: String!
dateToProcess: DateTime
): SendSMSPayload
Arguments
sendSms.patientId ● ID! non-null scalar
sendSms.message ● String! non-null scalar
sendSms.dateToProcess ● DateTime scalar
Type
SendSMSPayload object
The response received when sending an SMS to a patient.