UpdateFinancialTarget
Signature
mutation {
UpdateFinancialTarget(id: ..., targetInfo: ...)
}
Retourne : Target
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
corporateName | String | — | — | |
targetInfo | TargetInfoInput! | ✓ | — | — |
logo | UploadDocument | — | — |
Exemple
mutation {
UpdateFinancialTarget(
id: $id
targetInfo: $targetInfo
) {
# Sélectionner les champs souhaités
}
}