INPUT_OBJECT
CreateWorkExperienceInput
CreateWorkExperienceInput is used for create WorkExperience object. Input was generated by ent.
link GraphQL Schema definition
- input CreateWorkExperienceInput {
- # 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!
- : ID
- : ID
- }