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 query.

Operation details

FieldValue
NameprojectTask
GroupProject Primitives
TypeQuery
SignatureprojectTask(input: ProjectTaskInput!): ProjectTask

Playground

Query

Query
query ProjectTask($input: ProjectTaskInput!) {
  projectTask(input: $input) {
    id
    name
    description
    inputSchema
    outputSchema
    schedulable
  }
}

Variables

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