OBJECT

NotificationList

link GraphQL Schema definition

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