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