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