Skip to main content

GetGeneralAssemblyAccounts

Stable

Signature

query {
GetGeneralAssemblyAccounts(generalAssemblyId: ...)
}

Retourne : GeneralAssemblyAccountConnection

Arguments

NomTypeRequisDéfautDescription
resultsPerPageInt
pageInt1
generalAssemblyIdID!
searchStringTerm to search in associated account id, firstname or lastname
attendanceGeneralAssemblyAttendanceFilter by attendance
sortingFields[SortingField][]

Exemple

query {
GetGeneralAssemblyAccounts(
generalAssemblyId: $generalAssemblyId
) {
# Sélectionner les champs souhaités
}
}