OBJECT

SecurityGroupsConnection

link GraphQL Schema definition

  • type SecurityGroupsConnection implements Connection {
  • # Count of groups in the current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [SecurityGroupEdge!]
  • # List of groups in the current page
  • groups: [SecurityGroup!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # Total count of groups
  • totalCount: Int
  • }