Skip to main content

UpdateEntityPropertyDocumentToSign

Stable

Signature

mutation {
UpdateEntityPropertyDocumentToSign(entityPropertyId: ..., name: ..., documentTemplateId: ...)
}

Retourne : EntityPropertyDocumentToSign

Arguments

NomTypeRequisDéfautDescription
entityPropertyIdID!
nameString!
dataStrategyDefinitionAny
documentTemplateIdID!
computedPropertyComputedPropertyInput

Exemple

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