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.

Create Project Tool mutation.

Operation details

FieldValue
NamecreateProjectTool
GroupProject Primitives
TypeMutation
SignaturecreateProjectTool(input: CreateProjectToolInput!): ProjectToolDocument!

Playground

Query

Query
mutation CreateProjectTool($input: CreateProjectToolInput!) {
  createProjectTool(input: $input) {
    id
    name
    description
    editMode
    source
    sourceOnlyReasons
  }
}

Variables

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