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


