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.

Delete Project Workflow mutation.

Operation details

FieldValue
NamedeleteProjectWorkflow
GroupProject Primitives
TypeMutation
SignaturedeleteProjectWorkflow(input: DeleteProjectWorkflowInput!): DeleteProjectPrimitivePayload!

Playground

Query

Query
mutation DeleteProjectWorkflow($input: DeleteProjectWorkflowInput!) {
  deleteProjectWorkflow(input: $input) {
    id
    success
  }
}

Variables

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