OBJECT

SecurityFrameworksConnection

link GraphQL Schema definition

  • type SecurityFrameworksConnection implements Connection {
  • # Count of frameworks in current page
  • count: Int!
  • # Relay-compatible connection edge
  • edges: [SecurityFrameworksEdge!]
  • # List of frameworks in current page
  • frameworks: [SecurityFramework!]
  • # Relay-compatible paging information
  • pageInfo: PageInfo!
  • # Total count of frameworks
  • totalCount: Int
  • }