GetEntityProperty
Signature
query {
GetEntityProperty(entityPropertyId: ...)
}
Retourne : EntityProperty
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
entityPropertyId | ID! | ✓ | — | — |
Exemple
query {
GetEntityProperty(
entityPropertyId: $entityPropertyId
) {
id
type {}
entityName {}
technicalCode
code
name
dataStrategy {}
dataStrategyDefinition
createdBy
createdAt
editable
specificTreatment {}
isComputed
resetsStatusOnValueChange
algorithm {}
validators
}
}