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.
  • institution: String!
  • # The specialty of the work experience.
  • specialty: String!
  • # The title of the work experience.
  • title: String
  • # The employment type of the work experience.
  • employment: WorkExperienceEmployment
  • # The start date of the work experience.
  • startDate: Time
  • # The end date of the work experience.
  • endDate: Time
  • # The city of the work experience.
  • city: String!
  • # The state of the work experience.
  • state: String!
  • userID: ID
  • employerID: ID
  • }

link Require by