Mutation
Variables
Response
Mutations
saveSkill
Saves a skill and returns the updated skill.
MUTATION
saveSkill(input: SaveSkillInput!): Skill!Arguments
input
required
Values for the requested operation.
Returns
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.
Mutation
Variables
Response