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