GetEntityProperties
Signature
query {
GetEntityProperties
}
Retourne : EntityPropertyConnection
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
resultsPerPage | Int | — | — | |
page | Int | 1 | — | |
entityName | EntityName | — | — | |
type | EntityPropertyType | — | — | |
search | String | — | Term to search in object or typeof question | |
configurableFormId | ID | — | — |
Exemple
query {
GetEntityProperties {
# Sélectionner les champs souhaités
}
}