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.

Update Project Workflow mutation.

Operation details

FieldValue
NameupdateProjectWorkflow
GroupProject Primitives
TypeMutation
SignatureupdateProjectWorkflow(input: UpdateProjectWorkflowInput!): ProjectWorkflowDocument

Playground

Query

Query
mutation UpdateProjectWorkflow($input: UpdateProjectWorkflowInput!) {
  updateProjectWorkflow(input: $input) {
    id
    name
    description
    editMode
    schedulable
    source
  }
}

Variables

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