OBJECT

NotificationActionList

link GraphQL Schema definition

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