GetPendingDismemberedInvestments
Signature
query {
GetPendingDismemberedInvestments(operationId: ...)
}
Retourne : InvestmentConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
operationId | ID! | ✓ | — | — |
filters | PendingDismemberedInvestmentFiltersInput | — | — | |
search | String | — | Term to search in id, firstname, lastname, email or mobile |
Exemple
query {
GetPendingDismemberedInvestments(
operationId: $operationId
) {
# Sélectionner les champs souhaités
}
}