NotificationPaginator
A paginated list of Notification items.
type NotificationPaginator {
data: [Notification!]!
paginatorInfo: PaginatorInfo!
}
Fields
NotificationPaginator.data ● [Notification!]! non-null object
A list of Notification items.
NotificationPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.


