UpdateGeneralAssemblyAccountsAttendance
Signature
mutation {
UpdateGeneralAssemblyAccountsAttendance(attendance: ...)
}
Retourne : [GeneralAssemblyAccount]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
generalAssemblyAccountIds | [ID!] | — | If provided, apply attendance to the provided accounts. Takes priority. | |
generalAssemblyId | ID | — | If provided, apply attendance to all accounts of the general assembly | |
attendance | GeneralAssemblyAttendance! | ✓ | — | Attendance to apply to either the provided accounts or all accounts of the general assembly |
Exemple
mutation {
UpdateGeneralAssemblyAccountsAttendance(
attendance: $attendance
) {
# Sélectionner les champs souhaités
}
}