Skip to main content

AlertEventConnection

A connection to a list of items.

type AlertEventConnection {
edges: [AlertEventEdge]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

AlertEventConnection.edges ● [AlertEventEdge] list object

A list of edges.

AlertEventConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AlertEventConnection.totalCount ● Int! non-null scalar

Identifies the total count of items in the connection.

Returned By

alertEvents query

Member Of

AlertRule object