GetLegalStatusesPaginated
Signature
query {
GetLegalStatusesPaginated
}
Retourne : LegalStatusConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
search | String | — | — | |
type | LegalStatusType | — | — | |
isDisplayed | Boolean | — | — |
Exemple
query {
GetLegalStatusesPaginated {
# Sélectionner les champs souhaités
}
}