OBJECT

SecurityRulesConnection

link GraphQL Schema definition

  • type SecurityRulesConnection implements Connection {
  • # Count of rules in current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [SecurityRulesEdge!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # List of rules in current page
  • rules: [SecurityRule!]
  • # Total count of rules
  • totalCount: Int
  • }