alertEvents
No description
alertEvents(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: AlertEventOrder
where: AlertEventWhereInput
): AlertEventConnection!
Arguments
alertEvents.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
alertEvents.first ● Int scalar
Returns the first _n_ elements from the list.
alertEvents.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
alertEvents.last ● Int scalar
Returns the last _n_ elements from the list.
alertEvents.orderBy ● AlertEventOrder input
Ordering options for AlertEvents returned from the connection.
alertEvents.where ● AlertEventWhereInput input
Filtering options for AlertEvents returned from the connection.
Type
AlertEventConnection object
A connection to a list of items.