Skip to main content

UpdateEntityPropertyDocument

Stable

Signature

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

Retourne : EntityPropertyDocument

Arguments

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

Exemple

mutation {
UpdateEntityPropertyDocument(
entityPropertyId: $entityPropertyId
name: $name
documentFormat: $documentFormat
) {
id
type {}
entityName {}
technicalCode
code
name
dataStrategy {}
dataStrategyDefinition
createdBy
createdAt
editable
specificTreatment {}
isComputed
resetsStatusOnValueChange
algorithm {}
validators
accountDocumentType {}
documentFormat {}
documentType {}
}
}