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

Operation details

FieldValue
NameprojectTasks
GroupProject Primitives
TypeQuery
SignatureprojectTasks(input: ProjectTasksInput!): [ProjectTask!]!

Playground

Query

Query
query ProjectTasks($input: ProjectTasksInput!) {
  projectTasks(input: $input) {
    id
    name
    description
    inputSchema
    outputSchema
    schedulable
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}