INPUT_OBJECT

CreateEducationHistoryInput

CreateEducationHistoryInput is used for create EducationHistory object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateEducationHistoryInput {
  • # The institution/school name for this education history entry.
  • institution: String!
  • # The degree attained for this education history entry.
  • degree: String
  • # The major for this education history entry.
  • major: String
  • specialty: String
  • startDate: Time
  • endDate: Time
  • type: EducationHistoryType
  • userID: ID
  • schoolID: ID
  • }

link Require by