Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Delete Project Skill mutation.

Operation details

FieldValue
NamedeleteProjectSkill
GroupProject Primitives
TypeMutation
SignaturedeleteProjectSkill(input: DeleteProjectSkillInput!): DeleteProjectPrimitivePayload!

Playground

Query

Query
mutation DeleteProjectSkill($input: DeleteProjectSkillInput!) {
  deleteProjectSkill(input: $input) {
    id
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "skillId": ""
  }
}