GetGeneralAssemblyAccounts
Signature
query {
GetGeneralAssemblyAccounts(generalAssemblyId: ...)
}
Retourne : GeneralAssemblyAccountConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
generalAssemblyId | ID! | ✓ | — | — |
search | String | — | Term to search in associated account id, firstname or lastname | |
attendance | GeneralAssemblyAttendance | — | Filter by attendance | |
sortingFields | [SortingField] | [] | — |
Exemple
query {
GetGeneralAssemblyAccounts(
generalAssemblyId: $generalAssemblyId
) {
# Sélectionner les champs souhaités
}
}