Skip to main content

UpdateEntityPropertyDocument

Stable

Signature

mutation {
UpdateEntityPropertyDocument(entityPropertyId: ..., name: ..., documentFormat: ...)
}

Retourne : EntityPropertyDocument

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
accountDocumentTypeIdID
documentFormatEntityPropertyDocumentFormatType!
documentTypeDocumentType
computedPropertyComputedPropertyInput

Exemple

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