Skip to main content

UpdateEntityPropertyNumber

Stable

Signature

mutation {
UpdateEntityPropertyNumber(entityPropertyId: ..., name: ..., numPrecision: ...)
}

Retourne : EntityPropertyNumber

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
appendString
numPrecisionInt!
computedPropertyComputedPropertyInput
resetsStatusOnValueChangeBoolean

Exemple

mutation {
UpdateEntityPropertyNumber(
entityPropertyId: $entityPropertyId
name: $name
numPrecision: $numPrecision
) {
id
type {}
entityName {}
technicalCode
code
name
dataStrategy {}
dataStrategyDefinition
createdBy
createdAt
editable
specificTreatment {}
isComputed
resetsStatusOnValueChange
algorithm {}
validators
append
numPrecision
}
}