Skip to main content

UpdateEntityPropertyNumber

Stable

Signature

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

Retourne : EntityPropertyNumber

Arguments

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

Exemple

mutation {
UpdateEntityPropertyNumber(
entityPropertyId: $entityPropertyId
name: $name
numPrecision: $numPrecision
) {
# Sélectionner les champs souhaités
}
}