Skip to main content

CreateEntityPropertyDocumentToSign

Stable

Signature

mutation {
CreateEntityPropertyDocumentToSign(entityName: ..., technicalCode: ..., name: ..., documentTemplateId: ...)
}

Retourne : EntityPropertyDocumentToSign

Arguments

NomTypeRequisDéfautDescription
entityNameEntityName!
technicalCodeString!
nameString!
dataStrategyDefinitionAny
documentTemplateIdID!
computedPropertyComputedPropertyInput

Exemple

mutation {
CreateEntityPropertyDocumentToSign(
entityName: $entityName
technicalCode: $technicalCode
name: $name
documentTemplateId: $documentTemplateId
) {
# Sélectionner les champs souhaités
}
}