Skip to main content

GetEntityProperty

Stable

Signature

query {
GetEntityProperty(entityPropertyId: ...)
}

Retourne : EntityProperty

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!

Exemple

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