OBJECT
WorkExperience
link GraphQL Schema definition
- type WorkExperience implements Node {
- : ID!
- # The institution of the work experience.
- : String!
- # The specialty of the work experience.
- : String!
- # The title of the work experience.
- : String!
- # The employment type of the work experience.
- : WorkExperienceEmployment!
- # The start date of the work experience.
- : Time
- # The end date of the work experience.
- : Time
- # The city of the work experience.
- : String!
- # The state of the work experience.
- : String!
- # The user that the work experience is for.
- : User
- # Optional reference to the employer Institution.
- : Institution
- }