Skip to main content

UpdateGeneralAssemblyAccountsAttendance

Stable

Signature

mutation {
UpdateGeneralAssemblyAccountsAttendance(attendance: ...)
}

Retourne : [GeneralAssemblyAccount]

Arguments

NomTypeRequisDéfautDescription
generalAssemblyAccountIds[ID!]If provided, apply attendance to the provided accounts. Takes priority.
generalAssemblyIdIDIf provided, apply attendance to all accounts of the general assembly
attendanceGeneralAssemblyAttendance!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
}
}