UpdateOperation
Signature
mutation {
UpdateOperation(id: ...)
}
Retourne : Operation!
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
name | String | — | — | |
localizedDescription | [LocalizedStringInput] | — | — | |
descriptionState | OperationDescriptionState | — | — | |
localizedIndicators | [LocalizedOperationFinancingInfoIndicatorInput] | — | — | |
targetAmount | Amount | — | — | |
issuedSecurities | Int | — | — | |
taxations | [String] | — | — | |
paymentMethods | [PaymentMethod] | — | — | |
kycStatusForSignature | KycStatus | — | — | |
openedToCosubscription | Boolean | — | — | |
subscriptionSignedByThirdParty | Boolean | — | — | |
subscriptionSignedBySecondThirdParty | Boolean | — | — | |
bankAccount | BankAccountInput | — | — | |
bankWireReference | String | — | — | |
urmReference | String | — | — | |
checkOrder | String | — | — | |
subscriptionSignerThirdPartyFirstName | String | — | — | |
subscriptionSignerThirdPartyLastName | String | — | — | |
subscriptionSignerThirdPartyEmail | String | — | — | |
subscriptionSignerThirdPartyMobile | String | — | — | |
subscriptionSignerSecondThirdPartyFirstName | String | — | — | |
subscriptionSignerSecondThirdPartyLastName | String | — | — | |
subscriptionSignerSecondThirdPartyEmail | String | — | — | |
subscriptionSignerSecondThirdPartyMobile | String | — | — | |
subscriptionFormId | ID | — | — | |
needsValidation | Boolean | — | — | |
subscribedAtUnknownNav | Boolean | — | — | |
includedSegmentsIds | [ID!] | — | — | |
excludedSegmentsIds | [ID!] | — | — | |
thumbnail | UploadDocument | — | — | |
preferredSignatureMethod | SignatureMethod | — | — | |
alternativeSignatureMethods | [SignatureMethod] | — | — |
Exemple
mutation {
UpdateOperation(
id: $id
) {
# Sélectionner les champs souhaités
}
}