Types
Skill
Represents a skill in the GraphQL API.
object
SkillFields
id
ID!
Stable identifier for this skill.
name
String!
Display name of this skill.
description
String!
Human-readable description of this skill.
syncGlobally
Boolean!
Whether the sync globally condition is true for this skill.
packageHash
String!
The package hash associated with this skill.
files
[SkillFile!]!
Files associated with this skill.
groups
[SkillGroup!]!
Groups associated with this skill.
createdAt
String!
ISO 8601 timestamp when this skill was created.
updatedAt
String!
ISO 8601 timestamp when this skill was last updated.