OBJECT
IemPolicyConnection
A connection to a list of items.
link GraphQL Schema definition
- type IemPolicyConnection {
 - #   Information to aid in pagination.
 - : PageInfo! 
 - #   A list of edges.
 - : [IemPolicyEdge] 
 - #   A list of IemPolicy nodes.
 - : [IemPolicy!]! 
 - #   The total count of items in the connection.
 - : Int! 
 - }