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

Operation details

FieldValue
NameprojectWorkflow
GroupProject Primitives
TypeQuery
SignatureprojectWorkflow(input: ProjectWorkflowInput!): ProjectWorkflow

Playground

Query

Query
query ProjectWorkflow($input: ProjectWorkflowInput!) {
  projectWorkflow(input: $input) {
    id
    name
    description
    inputSchema
    outputSchema
    schedulable
  }
}

Variables

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