Skip to main content

UpdateEntityPropertyAddress

Stable

Signature

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

Retourne : EntityPropertyAddress

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
computedPropertyComputedPropertyInput
resetsStatusOnValueChangeBoolean

Exemple

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