SendTestNotificationInput
Input for sending a test notification to a recipient.
input SendTestNotificationInput {
body: String
header: String
notificationRecipientId: Int!
organizationId: Int!
}
Fields
SendTestNotificationInput.body ● String scalar common
The optional body to include in the test notification.
SendTestNotificationInput.header ● String scalar common
The optional header to include in the test notification.
SendTestNotificationInput.notificationRecipientId ● Int! non-null scalar common
The recipient that should receive the test notification.
SendTestNotificationInput.organizationId ● Int! non-null scalar common
The organization that owns the recipient.
Member Of
sendTestNotification mutation