workflowUpdate
Graphql fields and variables for the workflowUpdate mutation
mutation workflowUpdate ($id: ID!, $attributes: WorkflowAttributes!) {
workflowUpdate (id: $id, attributes: $attributes) {
errors
workflow {
description
enabled
format
id
isolateToUserId
keepUpdated
name
recipe
standard
targetClass
workflowCategoryId
workflowSchedule
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
