UpdateEntityPropertyRanking
Signature
mutation {
UpdateEntityPropertyRanking(entityPropertyId: ..., name: ..., choiceType: ...)
}
Retourne : EntityPropertyRanking
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
entityPropertyId | ID! | ✓ | — | — |
name | String! | ✓ | — | — |
dataStrategyDefinition | Any | — | — | |
choiceType | EntityPropertyChoiceType! | ✓ | — | — |
choiceDefinition | String | — | — | |
referentialName | EntityPropertyReferential | — | — | |
computedProperty | ComputedPropertyInput | — | — |
Exemple
mutation {
UpdateEntityPropertyRanking(
entityPropertyId: $entityPropertyId
name: $name
choiceType: $choiceType
) {
# Sélectionner les champs souhaités
}
}