OBJECT

FirewallRuleEdge

An edge in a connection.

link GraphQL Schema definition

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