UpdateWorkflowActionWait
Signature
mutation {
UpdateWorkflowActionWait(workflowActionId: ..., seconds: ...)
}
Retourne : WorkflowActionWait!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
workflowActionId | ID! | ✓ | — | — |
seconds | Int! | ✓ | — | — |
Exemple
mutation {
UpdateWorkflowActionWait(
workflowActionId: $workflowActionId
seconds: $seconds
) {
# Sélectionner les champs souhaités
}
}