OBJECT
PolicyRequirementConnection
The connection type for PolicyRequirement.
link GraphQL Schema definition
- type PolicyRequirementConnection {
- : [String!]!
- # A list of edges.
- : [PolicyRequirementEdge]
- # A list of nodes.
- : [PolicyRequirement]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }