Skip to main content

UpdateEntityPropertyChoiceMultiple

Stable

Signature

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

Retourne : EntityPropertyChoiceMultiple

Arguments

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

Exemple

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