PaginatedNotification (Object)
Description
No description
Fields
| Name | Description |
|---|---|
| edges - [NotificationEdge!] | |
| nodes - [Notification!] | |
| pageInfo - PageInfo! | |
| totalCount - Int |
type PaginatedNotification {
edges: [NotificationEdge!]
nodes: [Notification!]
pageInfo: PageInfo!
totalCount: Int
}