workflowCreate
Graphql fields and variables for the workflowCreate mutation
mutation workflowCreate ($attributes: WorkflowAttributes!) {
workflowCreate (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?
