INTERFACE

HubPolicyRunEdge

Policy run details

link GraphQL Schema definition

  • interface HubPolicyRunEdge {
  • # Cursor is an opaque string, you can use it to request subsequent or preceding
  • # items in the list
  • cursor: String!
  • # Policy node
  • node: HubPolicyRun!
  • }