13 lines
203 B
Plaintext
13 lines
203 B
Plaintext
|
mutation ($recipientEmail: String!) {
|
||
|
mail {
|
||
|
sendTest(recipientEmail: $recipientEmail) {
|
||
|
responseResult {
|
||
|
succeeded
|
||
|
errorCode
|
||
|
slug
|
||
|
message
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|