PaginatedNotification
No description
type PaginatedNotification {
edges: [NotificationEdge!]
nodes: [Notification!]
pageInfo: PageInfo!
totalCount: Int!
}
No description
type PaginatedNotification {
edges: [NotificationEdge!]
nodes: [Notification!]
pageInfo: PageInfo!
totalCount: Int!
}
edges ([NotificationEdge!])nodes ([Notification!])pageInfo (PageInfo!)totalCount (Int!)