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