Skip to main content

UpdateEntityPropertyDate

Stable

Signature

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

Retourne : EntityPropertyDate

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
computedPropertyComputedPropertyInput

Exemple

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