AlertRuleConnection
A connection to a list of items.
type AlertRuleConnection {
edges: [AlertRuleEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
AlertRuleConnection.edges ● [AlertRuleEdge] list object
A list of edges.
AlertRuleConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
AlertRuleConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
alertRules query