UpdateEntityPropertyReferentialChoices
Signature
mutation {
UpdateEntityPropertyReferentialChoices(entityPropertyId: ..., referentialChoices: ...)
}
Retourne : [ReferentialChoice]
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
entityPropertyId | ID! | ✓ | — | — |
referentialChoices | [ReferentialChoiceInput]! | ✓ | — | — |
Exemple
mutation {
UpdateEntityPropertyReferentialChoices(
entityPropertyId: $entityPropertyId
referentialChoices: $referentialChoices
) {
id
label
localizedLabel {}
technicalCode
isDisplayed
sortIndex
entityProperty {}
}
}