SendSMSPayload
The response received when sending an SMS to a patient.
type SendSMSPayload {
data: SMS
error: String
}
Fields
SendSMSPayload.data ● SMS object
SendSMSPayload.error ● String scalar
Returned By
sendSms mutation