Skip to main content

UpdateEntityPropertyRanking

Stable

Signature

mutation {
UpdateEntityPropertyRanking(entityPropertyId: ..., name: ..., choiceType: ...)
}

Retourne : EntityPropertyRanking

Arguments

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

Exemple

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