Skip to main content

UpdateEntityPropertyChoiceUnique

Stable

Signature

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

Retourne : EntityPropertyChoiceUnique

Arguments

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

Exemple

mutation {
UpdateEntityPropertyChoiceUnique(
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 {}
}
}