Skip to main content

UpdateDocumentTemplateFillablePdf

Stable

Signature

mutation {
UpdateDocumentTemplateFillablePdf(id: ...)
}

Retourne : DocumentTemplateFillablePdf

Arguments

NomTypeRequisDéfautDescription
idID!
nameString
localizedName[LocalizedStringInput]
typeDocumentType
documentUploadDocument

Exemple

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