OBJECT

NotificationTemplateList

link GraphQL Schema definition

1type NotificationTemplateList implements Page {
2
3count: Int
4
5records: [NotificationTemplate]
6
7limit: Int!
8
9offset: Int!
10
11}