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

Operation details

FieldValue
NamecreateProjectWorkflow
GroupProject Primitives
TypeMutation
SignaturecreateProjectWorkflow(input: CreateProjectWorkflowInput!): ProjectWorkflowDocument!

Playground

Query

Query
mutation CreateProjectWorkflow($input: CreateProjectWorkflowInput!) {
  createProjectWorkflow(input: $input) {
    id
    name
    description
    editMode
    schedulable
    source
  }
}

Variables

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