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.

Project Task Document query.

Operation details

FieldValue
NameprojectTaskDocument
GroupProject Primitives
TypeQuery
SignatureprojectTaskDocument(input: ProjectTaskInput!): ProjectTaskDocument

Playground

Query

Query
query ProjectTaskDocument($input: ProjectTaskInput!) {
  projectTaskDocument(input: $input) {
    id
    name
    description
    editMode
    schedulable
    source
  }
}

Variables

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