Skip to main content

CreateEntityPropertyDocument

Stable

Signature

mutation {
CreateEntityPropertyDocument(entityName: ..., technicalCode: ..., name: ..., documentFormat: ...)
}

Retourne : EntityPropertyDocument

Arguments

NomTypeRequisDéfautDescription
entityNameEntityName!
technicalCodeString!
nameString!
dataStrategyDefinitionAny
accountDocumentTypeIdID
documentFormatEntityPropertyDocumentFormatType!
documentTypeDocumentType
computedPropertyComputedPropertyInput

Exemple

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