Skip to main content

GetReferentialChoices

Stable

Signature

query {
GetReferentialChoices(entityPropertyId: ...)
}

Retourne : [ReferentialChoice]

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!

Exemple

query {
GetReferentialChoices(
entityPropertyId: $entityPropertyId
) {
# Sélectionner les champs souhaités
}
}