NotificationsConnection
No description
type NotificationsConnection { edges: [NotificationEdge!]! nodes: [Notification!]! pageInfo: PageInfo!}Fields#
edges ([NotificationEdge!]!)#
edges are a subset of FlagEdge's.
nodes ([Notification!]!)#
nodes is a list of Flags.
pageInfo (PageInfo!)#
pageInfo is information to aid in pagination.