RuleTriggerConnection
The connection type for RuleTrigger.
type RuleTriggerConnection {
edges: [RuleTriggerEdge]
nodes: [RuleTrigger]
pageInfo: PageInfo!
}
Fields
RuleTriggerConnection.edges ● [RuleTriggerEdge] list object common
A list of edges.
RuleTriggerConnection.nodes ● [RuleTrigger] list object common
A list of nodes.
RuleTriggerConnection.pageInfo ● PageInfo! non-null object common
Information to aid in pagination.
Member of
Rule object