UserNotificationConnection
Paginate through UserNotifications
type UserNotificationConnection {
edges: [UserNotificationEdge]!
nodes: [UserNotification]!
pageInfo: PageInfo!
}
Fields
UserNotificationConnection.edges ● [UserNotificationEdge]! non-null object
UserNotificationConnection.nodes ● [UserNotification]! non-null object
UserNotificationConnection.pageInfo ● PageInfo! non-null object
Returned by
myNotifications query