Skip to main content

UpdateEntityPropertyRankingBacklog

Stable

Signature

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

Retourne : EntityPropertyRankingBacklog

Arguments

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

Exemple

mutation {
UpdateEntityPropertyRankingBacklog(
entityPropertyId: $entityPropertyId
name: $name
choiceType: $choiceType
) {
# Sélectionner les champs souhaités
}
}