feat: admin mail - send test email

This commit is contained in:
Nick
2019-06-08 00:07:30 -04:00
parent 17f9f0baa9
commit 40d224e8c0
9 changed files with 405 additions and 32 deletions

View File

@@ -0,0 +1,12 @@
mutation ($recipientEmail: String!) {
mail {
sendTest(recipientEmail: $recipientEmail) {
responseResult {
succeeded
errorCode
slug
message
}
}
}
}