Skip to main content

CreateDocumentTemplateFillablePdf

Stable

Signature

mutation {
CreateDocumentTemplateFillablePdf(name: ..., type: ...)
}

Retourne : DocumentTemplateFillablePdf

Arguments

NomTypeRequisDéfautDescription
nameString!
typeDocumentType!

Exemple

mutation {
CreateDocumentTemplateFillablePdf(
name: $name
type: $type
) {
id
name
localizedName {}
type {}
fields
externalDataRequirement {}
amlPolicy {}
deletedAt
linkedOpenSecurityOperations {}
document {}
}
}