Skip to main content

UpdateEntityPropertyReferentialChoices

Stable

Signature

mutation {
UpdateEntityPropertyReferentialChoices(entityPropertyId: ..., referentialChoices: ...)
}

Retourne : [ReferentialChoice]

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
referentialChoices[ReferentialChoiceInput]!

Exemple

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