Skip to main content

RuleActionConnection

The connection type for RuleAction.

type RuleActionConnection {
edges: [RuleActionEdge]
nodes: [RuleAction]
pageInfo: PageInfo!
}

Fields

RuleActionConnection.edges ● [RuleActionEdge] list object common

A list of edges.

RuleActionConnection.nodes ● [RuleAction] list object common

A list of nodes.

RuleActionConnection.pageInfo ● PageInfo! non-null object common

Information to aid in pagination.

Member of

Rule object