INPUT_OBJECT

AddNotificationTemplate

link GraphQL Schema definition

1input AddNotificationTemplate {
4
2# The event name of notification template
3eventName: String!
7
5# The event type of notification template
6eventType: String!
10
8# Title of notification template (handlebars)
9title: String!
13
11# Body of notification template (handlebars)
12body: String!
16
14# ApplicationId of notification template
15application: String
19
17# The mailboxId applied for notification template
18mailboxId: ID
20}