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
) {
id
type {}
entityName {}
technicalCode
code
name
dataStrategy {}
dataStrategyDefinition
createdBy
createdAt
editable
specificTreatment {}
isComputed
resetsStatusOnValueChange
algorithm {}
validators
documentTemplate {}
}
}