AppNotificationConnection
The connection type for AppNotification.
type AppNotificationConnection {
edges: [AppNotificationEdge]
nodes: [AppNotification]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AppNotificationConnection.edges ● [AppNotificationEdge] list object
A list of edges.
AppNotificationConnection.nodes ● [AppNotification] list object
A list of nodes.
AppNotificationConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
AppNotificationConnection.totalCount ● Int! non-null scalar
Returned By
notifications query