OBJECT

RuleGroupEdge

An edge in a connection.

link GraphQL Schema definition

  • type RuleGroupEdge {
  • # The item at the end of the edge
  • node: RuleGroup
  • # A cursor for use in pagination
  • cursor: String!
  • }