Skill
A skill is something that a user is capable of and that a task can request.
type Skill {
id: UUID!
slug: String!
title: String!
}
Fields
Skill.id
● UUID!
non-null scalar
Skill.slug
● String!
non-null scalar
Skill.title
● String!
non-null scalar
Member of
AuthenticatedUser
object ● SkillPaged
object ● Task
object ● User
object