UpdatePledge
Signature
mutation {
UpdatePledge(pledgeId: ...)
}
Retourne : Pledge
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
pledgeId | ID! | ✓ | — | — |
securitiesNumber | Float | — | — | |
bankName | String | — | — | |
bankAddress | AddressInput | — | — | |
initialEndDate | Date | — | — | |
actualEndDate | Date | — | — | |
agreementDocument | UploadDocument | — | — | |
releaseDocument | UploadDocument | — | — |
Exemple
mutation {
UpdatePledge(
pledgeId: $pledgeId
) {
# Sélectionner les champs souhaités
}
}