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
) {
# Sélectionner les champs souhaités
}
}