OBJECT

SecurityControlsConnection

link GraphQL Schema definition

  • type SecurityControlsConnection implements Connection {
  • # List of controls in current page
  • controls: [SecurityControl!]
  • # Count of controls in current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [SecurityControlEdge!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # Total count of controls
  • totalCount: Int
  • }