OBJECT

UserWorkExperience

link GraphQL Schema definition

1type UserWorkExperience {
2
3endDate: Int!
4
5location: String!
6
7organization: String!
8
9position: String!
10
11startDate: Int!
12
13weight: Int!
14
15}

link Required by