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