INTERFACE
Policy connection
interface HubPolicyConnection {# count of polices on this pagecount: Int! # Hub Policy edgeedges: [HubPolicyEdge!] # Represents pagination information in Relay about the edges.pageInfo: PageInfo! # Policiespolicies: [HubPolicy!] # Total count of policestotalCount: Int }