OBJECT
EducationHistory
link GraphQL Schema definition
- type EducationHistory implements Node {
- : ID!
- # The institution/school name for this education history entry.
- : String!
- # The degree attained for this education history entry.
- : String
- # The major for this education history entry.
- : String
- : String
- : Time
- : Time
- : EducationHistoryType!
- # Education history for a user.
- : User
- # Optional reference to the school Institution.
- : Institution
- }