NotificationConnection
A connection to a list of Notification
values.
type NotificationConnection {
hasNextPage: Boolean!
nodes: [Notification!]!
totalCount: Int!
}
Fields
NotificationConnection.hasNextPage
● Boolean!
non-null scalar
Whether this connection has a next page
NotificationConnection.nodes
● [Notification!]!
non-null object
The resulting items.
NotificationConnection.totalCount
● Int!
non-null scalar
The total amount of items in this connection
Member Of
User
object