Skip to main content

UpdateEntityPropertyChoiceUnique

Stable

Signature

mutation {
UpdateEntityPropertyChoiceUnique(entityPropertyId: ..., name: ...)
}

Retourne : EntityPropertyChoiceUnique

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
displayTypeEntityPropertyChoiceUniqueDisplayType
choiceTypeEntityPropertyChoiceType
choiceDefinitionString
referentialNameEntityPropertyReferential
computedPropertyComputedPropertyInput

Exemple

mutation {
UpdateEntityPropertyChoiceUnique(
entityPropertyId: $entityPropertyId
name: $name
) {
# Sélectionner les champs souhaités
}
}