AlertPaginator
A paginated list of Alert items.
type AlertPaginator {
data: [Alert!]!
paginatorInfo: PaginatorInfo!
}
Fields
AlertPaginator.data
● [Alert!]!
non-null object
A list of Alert items.
AlertPaginator.paginatorInfo
● PaginatorInfo!
non-null object
Pagination information about the list of items.
Returned By
alerts
query