SendEmailResponse
No description
type SendEmailResponse {
campaign_id: Int!
success: Boolean!
}
Fields
SendEmailResponse.campaign_id
● Int!
non-null scalar
SendEmailResponse.success
● Boolean!
non-null scalar
Returned By
sendEmail
mutation