PoliciesConnection
One page of policies.
type PoliciesConnection {
edges: [PolicyEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PoliciesConnection.edges ● [PolicyEdge!]! non-null object
PoliciesConnection.pageInfo ● PageInfo! non-null object
PoliciesConnection.totalCount ● Int! non-null scalar
How many policies the request matches in total, across every page.
Implemented By
PoliciesResult union