UpdateDocumentBatch
Signature
mutation {
UpdateDocumentBatch(documentBatchId: ..., input: ...)
}
Retourne : DocumentBatch
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
documentBatchId | ID! | ✓ | — | — |
input | UpdateDocumentBatchInput! | ✓ | — | — |
Exemple
mutation {
UpdateDocumentBatch(
documentBatchId: $documentBatchId
input: $input
) {
# Sélectionner les champs souhaités
}
}