NotificationConnection
A paginated list of Notification edges.
type NotificationConnection {
pageInfo: PageInfo!
edges: [NotificationEdge!]!
}
Fields
NotificationConnection.pageInfo
● PageInfo!
non-null object
Pagination information about the list of edges.
NotificationConnection.edges
● [NotificationEdge!]!
non-null object
A list of Notification edges.
Returned By
notifications
query ● unreadNotifications
query ● unseenNotifications
query