NotificationsConnection
No description
type NotificationsConnection { edges: [NotificationEdge!]! nodes: [Notification!]! pageInfo: PageInfo!}
#
Fieldsedges
([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.