alerts
No description
alerts(
first: Int!
orderBy: [QueryAlertsOrderByOrderByClause!]
page: Int
where: QueryAlertsWhereWhereConditions
): AlertPaginator!
Arguments
alerts.first
● Int!
non-null scalar
Limits number of fetched items. Maximum allowed value: 500.
alerts.orderBy
● [QueryAlertsOrderByOrderByClause!]
list input
alerts.page
● Int
scalar
The offset from which items are returned.
alerts.where
● QueryAlertsWhereWhereConditions
input
Type
AlertPaginator
object
A paginated list of Alert items.