RuleActionEdge
An edge in a connection.
type RuleActionEdge {
cursor: String!
node: RuleAction
}
Fields
RuleActionEdge.cursor ● String! non-null scalar common
A cursor for use in pagination.
RuleActionEdge.node ● RuleAction object common
The item at the end of the edge.
Member of
RuleActionConnection object