alertRules
No description
alertRules(
after: Cursor
first: Int
before: Cursor
last: Int
where: AlertRuleWhereInput
): AlertRuleConnection!
Arguments
alertRules.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
alertRules.first ● Int scalar
Returns the first _n_ elements from the list.
alertRules.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
alertRules.last ● Int scalar
Returns the last _n_ elements from the list.
alertRules.where ● AlertRuleWhereInput input
Filtering options for AlertRules returned from the connection.
Type
AlertRuleConnection object
A connection to a list of items.