GetAsynchronousOperationsPaginated
Signature
query {
GetAsynchronousOperationsPaginated
}
Retourne : AsynchronousOperationConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
type | AsynchronousOperationType | — | — | |
status | AsynchronousOperationState | — | — |
Exemple
query {
GetAsynchronousOperationsPaginated {
# Sélectionner les champs souhaités
}
}