Skip to main content

UpdateEntityPropertyDate

Stable

Signature

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

Retourne : EntityPropertyDate

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
computedPropertyComputedPropertyInput
resetsStatusOnValueChangeBoolean

Exemple

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