Skip to main content

UpdateEntityPropertyChoiceMultiple

Stable

Signature

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

Retourne : EntityPropertyChoiceMultiple

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
displayTypeEntityPropertyChoiceMultipleDisplayType
choiceTypeEntityPropertyChoiceType
choiceDefinitionString
referentialNameEntityPropertyReferential
computedPropertyComputedPropertyInput
resetsStatusOnValueChangeBoolean

Exemple

mutation {
UpdateEntityPropertyChoiceMultiple(
entityPropertyId: $entityPropertyId
name: $name
) {
id
type {}
entityName {}
technicalCode
code
name
dataStrategy {}
dataStrategyDefinition
createdBy
createdAt
editable
specificTreatment {}
isComputed
resetsStatusOnValueChange
algorithm {}
validators
displayType {}
choiceType {}
choiceDefinition
referentialName {}
referentialChoices {}
}
}