NotificationsConnection
No description
type NotificationsConnection {
edges: [NotificationEdge!]!
nodes: [Notification!]!
pageInfo: PageInfo!
}
Fields
NotificationsConnection.edges ● [NotificationEdge!]! non-null object
edges are a subset of FlagEdge's.
NotificationsConnection.nodes ● [Notification!]! non-null object
nodes is a list of Flags.
NotificationsConnection.pageInfo ● PageInfo! non-null object
pageInfo is information to aid in pagination.
Returned By
notifications query