Operation details
| Field | Value |
|---|---|
| Name | createProjectSkill |
| Group | Project Primitives |
| Type | Mutation |
| Signature | createProjectSkill(input: CreateProjectSkillInput!): ProjectSkillDocument! |
Playground
Query
Query
mutation CreateProjectSkill($input: CreateProjectSkillInput!) {
createProjectSkill(input: $input) {
id
name
description
allowedTools
editMode
sections
}
}
Variables
Variables
{
"input": {
"projectId": "",
"id": "",
"name": "",
"description": ""
}
}