RulesEdge
A Rule edge in the connection.
type RulesEdge {
cursor: Cursor
node: Rule!
}
Fields
RulesEdge.cursor ● Cursor scalar
A cursor for use in pagination.
RulesEdge.node ● Rule! non-null object
The Rule at the end of the edge.
Member Of
DeleteRulePayload object ● RulesConnection object ● UpdateRulePayload object