Skip to main content

InAppNotificationConnection

The connection type for InAppNotification.

type InAppNotificationConnection {
edges: [InAppNotificationEdge]
nodes: [InAppNotification]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

InAppNotificationConnection.edges ● [InAppNotificationEdge] list object

A list of edges.

InAppNotificationConnection.nodes ● [InAppNotification] list object

A list of nodes.

InAppNotificationConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

InAppNotificationConnection.totalCount ● Int! non-null scalar

Total count of items in the connection, without considering pagination.

Returned By

myNotifications query