Types
SaveSkillInput
Values used to save a skill.
input
SaveSkillInputFields
id
ID
Identifier of the save skill to affect.
name
String!
required
The name to use for the request.
description
String!
required
The description to use for the request.
syncGlobally
Boolean!
default:true
Whether sync globally applies to the request.
groupIds
[ID!]!
default:[]
Identifiers of the groups to use.
files
[SkillFileInput!]!
required
Files to use for the request.