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


