OBJECT
A single skill
type Skill {# The unique skill ID.id: Int! # The skill name.name: String! # The sub skill granted by this skillsub_skill: Skill # The competencies required for this skillcompetencies: [Competency] # The skill ids which include this skill via a subskill tree.parent_ids: [Int] }