OBJECT

UserSkill

A language or a tool the user is comfortable with.

link GraphQL Schema definition

1type UserSkill {
2
3name: String!
4
5type: SkillType!
6
7}