Skip to main content

SetAccountDocumentsVisibilityForInvestors

Stable

Signature

mutation {
SetAccountDocumentsVisibilityForInvestors(documentBatchId: ..., visibleByInvestors: ..., withEmail: ..., toggleAll: ...)
}

Retourne : DocumentBatch!

Arguments

NomTypeRequisDéfautDescription
documentBatchIdID!
accountDocumentsIds[ID]
visibleByInvestorsBoolean!
withEmailBoolean!
toggleAllBoolean!

Exemple

mutation {
SetAccountDocumentsVisibilityForInvestors(
documentBatchId: $documentBatchId
visibleByInvestors: $visibleByInvestors
withEmail: $withEmail
toggleAll: $toggleAll
) {
# Sélectionner les champs souhaités
}
}