INPUT_OBJECT
UpdateWorkExperienceInput
UpdateWorkExperienceInput is used for update WorkExperience object. Input was generated by ent.
link GraphQL Schema definition
- input UpdateWorkExperienceInput {
- # 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
- : Boolean
- # The end date of the work experience.
- : Time
- : Boolean
- # The city of the work experience.
- : String
- # The state of the work experience.
- : String
- : ID
- : Boolean
- : ID
- : Boolean
- }