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