CreateWorkflowFirstAction
Signature
mutation {
CreateWorkflowFirstAction(workflowVersionId: ..., type: ...)
}
Retourne : WorkflowAction!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
workflowVersionId | ID! | ✓ | — | — |
type | WorkflowActionType! | ✓ | — | — |
Exemple
mutation {
CreateWorkflowFirstAction(
workflowVersionId: $workflowVersionId
type: $type
) {
# Sélectionner les champs souhaités
}
}