Skip to main content

UpdateEntityPropertyRanking

Stable

Signature

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

Retourne : EntityPropertyRanking

Arguments

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

Exemple

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