OBJECT

NotificationsCount

link GraphQL Schema definition

1type NotificationsCount {
2
3countByType: [NotificationsTypeCount]!
4
5total: Int!
6
7}

link Required by