INTERFACE

HubPolicyRunConnection

Policy run details- Connection object

link GraphQL Schema definition

  • interface HubPolicyRunConnection {
  • # count of policy runs on this page
  • count: Int!
  • # Hub Policy run edge
  • edges: [HubPolicyRunEdge!]
  • # Represents pagination information in Relay about the edges.
  • pageInfo: PageInfo!
  • # policy runs
  • policyRuns: [HubPolicyRun!]
  • # Total count of policy runs
  • totalCount: Int
  • }