Skip to main content

ActionWorkflowTransitionCreateArgs

No description

input ActionWorkflowTransitionCreateArgs {
workflowId: ID!
name: String
fromStageId: ID
toStageId: ID
layoutMeta: String
}

Fields

ActionWorkflowTransitionCreateArgs.workflowId ● ID! non-null scalar common

ID of the stage

ActionWorkflowTransitionCreateArgs.name ● String scalar common

The name of the transition

ActionWorkflowTransitionCreateArgs.fromStageId ● ID scalar common

The ID of the node being transitioned from

ActionWorkflowTransitionCreateArgs.toStageId ● ID scalar common

The ID of the node being transitioned to

ActionWorkflowTransitionCreateArgs.layoutMeta ● String scalar common

Layout meta

Member Of

actionWorkflowTransitionCreate mutation