OBJECT

Notification

link GraphQL Schema definition

1type Notification {
2
3action: NotificationAction!
4
5createdOn: Int!
6
7id: String!
8
9readOn: Int!
10
11}

link Required by