INTERFACE

HubPolicyConnection

Policy connection

link GraphQL Schema definition

  • interface HubPolicyConnection {
  • # count of polices on this page
  • count: Int!
  • # Hub Policy edge
  • edges: [HubPolicyEdge!]
  • # Represents pagination information in Relay about the edges.
  • pageInfo: PageInfo!
  • # Policies
  • policies: [HubPolicy!]
  • # Total count of polices
  • totalCount: Int
  • }