Skip to main content

UpdateEntityPropertyBoolean

Stable

Signature

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

Retourne : EntityPropertyBoolean

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
computedPropertyComputedPropertyInput

Exemple

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