INTERFACE
HubPolicyRunConnection
Policy run details- Connection object
link GraphQL Schema definition
- interface HubPolicyRunConnection {
- # count of policy runs on this page
- Int! :
- # Hub Policy run edge
- HubPolicyRunEdge!] : [
- # Represents pagination information in Relay about the edges.
- PageInfo! :
- # policy runs
- HubPolicyRun!] : [
- # Total count of policy runs
- Int :
- }