GetRetrocessions
Signature
query {
GetRetrocessions
}
Retourne : TransactionFeeConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
start | Int | — | — | |
end | Int | — | — | |
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
operationId | ID | — | ⚠️ DEPRECATED: Use filters instead | |
feeType | FeeType | — | ⚠️ DEPRECATED: Use filters instead | |
transactionStatus | TransactionState | — | ⚠️ DEPRECATED: Use filters instead | |
retrocessionStatus | RetrocessionState | — | ⚠️ DEPRECATED: Use filters instead | |
search | String | — | Term to search in investor name, distributor name or operation name | |
sortingColumns | [SortingColumn] | — | — | |
filters | RetrocessionFiltersInput | — | — | |
propertyFilters | [PropertyFilterInput] | — | Filters for property columns. Merged with 'filters' (propertyFilters takes precedence on conflict). | |
searchableProperties | [String!] | — | Property technical codes to include in the global search scope. Caller-controlled — the back has no DataTable lookup, so any property column the caller wants matched by 'search' must be listed here. |
Exemple
query {
GetRetrocessions {
# Sélectionner les champs souhaités
}
}