Skip to main content

UpdateEntityPropertyPhone

Stable

Signature

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

Retourne : EntityPropertyPhone

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
computedPropertyComputedPropertyInput

Exemple

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