Skip to main content

GetEntityProperty

Stable

Signature

query {
GetEntityProperty(entityPropertyId: ...)
}

Retourne : EntityProperty

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!

Exemple

query {
GetEntityProperty(
entityPropertyId: $entityPropertyId
) {
id
type {}
entityName {}
technicalCode
code
name
dataStrategy {}
dataStrategyDefinition
createdBy
createdAt
editable
specificTreatment {}
isComputed
resetsStatusOnValueChange
algorithm {}
validators
}
}