UpdateGeneralAssemblyResolution
Signature
mutation {
UpdateGeneralAssemblyResolution(id: ...)
}
Retourne : GeneralAssemblyResolution
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
number | Int | — | — | |
name | String | — | — | |
description | String | — | — | |
majority | Float | — | — | |
generalAssemblyResolutionType | GeneralAssemblyResolutionType | — | — |
Exemple
mutation {
UpdateGeneralAssemblyResolution(
id: $id
) {
# Sélectionner les champs souhaités
}
}