feat: admin mail - send test email
This commit is contained in:
12
client/graph/admin/mail/mail-mutation-sendtest.gql
Normal file
12
client/graph/admin/mail/mail-mutation-sendtest.gql
Normal file
@@ -0,0 +1,12 @@
|
||||
mutation ($recipientEmail: String!) {
|
||||
mail {
|
||||
sendTest(recipientEmail: $recipientEmail) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user