GetReferentialChoices
Signature
query {
GetReferentialChoices(entityPropertyId: ...)
}
Retourne : [ReferentialChoice]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
entityPropertyId | ID! | ✓ | — | — |
Exemple
query {
GetReferentialChoices(
entityPropertyId: $entityPropertyId
) {
# Sélectionner les champs souhaités
}
}