UploadPrometheePack
Signature
mutation {
UploadPrometheePack(operationId: ..., distributorId: ..., documents: ...)
}
Retourne : Boolean
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
operationId | ID! | ✓ | — | — |
distributorId | ID! | ✓ | — | — |
documents | [UploadDocument!]! | ✓ | — | — |
Exemple
mutation {
UploadPrometheePack(
operationId: $operationId
distributorId: $distributorId
documents: $documents
) {
# Sélectionner les champs souhaités
}
}