SendTestNotificationPayload
The result of sending a test notification.
type SendTestNotificationPayload {
sent: Boolean
}
Fields
SendTestNotificationPayload.sent ● Boolean scalar common
Whether the test notification was sent successfully.
Returned By
sendTestNotification mutation