GetReferentialChoices
Signature
query {
GetReferentialChoices(entityPropertyId: ...)
}
Retourne : [ReferentialChoice]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
entityPropertyId | ID! | ✓ | — | — |
Exemple
query {
GetReferentialChoices(
entityPropertyId: $entityPropertyId
) {
id
label
localizedLabel {}
technicalCode
isDisplayed
sortIndex
entityProperty {}
}
}