Skip to main content

UpdateEntityPropertyAmount

Stable

Signature

mutation {
UpdateEntityPropertyAmount(entityPropertyId: ..., name: ...)
}

Retourne : EntityPropertyAmount

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
computedPropertyComputedPropertyInput

Exemple

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