Skip to main content

UpdateEntityPropertyRankingBacklog

Stable

Signature

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

Retourne : EntityPropertyRankingBacklog

Arguments

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

Exemple

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