Skip to main content

NotificationsConnection

A connection to a list of Notification values.

type NotificationsConnection {
nodes: [Notification!]!
edges: [NotificationsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

NotificationsConnection.nodes ● [Notification!]! non-null object

A list of Notification objects.

NotificationsConnection.edges ● [NotificationsEdge!]! non-null object

A list of edges which contains the Notification and cursor to aid in pagination.

NotificationsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

NotificationsConnection.totalCount ● Int! non-null scalar

The count of *all* Notification you could get from the connection.

Returned By

notificationsConnection query

Member Of

Accord object