Skip to main content

UpdateEntityPropertyAddress

Stable

Signature

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

Retourne : EntityPropertyAddress

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
computedPropertyComputedPropertyInput

Exemple

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