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


