SendEmailShareContentResponse
No description
type SendEmailShareContentResponse {
success: Boolean!
error: String
}
Fields
SendEmailShareContentResponse.success ● Boolean! non-null scalar
True when the share email was sent.
SendEmailShareContentResponse.error ● String scalar
Error message when sending failed.
Returned By
sendEmailShareContent mutation