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 common

A list of edges.

InAppNotificationConnection.nodes ● [InAppNotification] list object common

A list of nodes.

InAppNotificationConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

InAppNotificationConnection.totalCount ● Int! non-null scalar common

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

Returned By

myNotifications query