OBJECT
The skills attached to a user
type UserSkill {# The unique ID.id: Int! # The user associated to the user skilluser: User # The skill associated to the user skillskill: Skill # The time the user skill was created.created_time: DateTime! }