UpdateDocumentTemplateContentHtml
Signature
mutation {
UpdateDocumentTemplateContentHtml(id: ...)
}
Retourne : DocumentTemplateContentHtml
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
localizedName | [LocalizedStringInput] | — | — | |
localizedContent | [LocalizedStringInput] | — | — | |
type | DocumentType | — | — | |
documentStyleId | ID | — | — | |
externalDataRequirement | DocumentTemplateExternalDataRequirement | — | — | |
amlPolicyId | ID | — | — |
Exemple
mutation {
UpdateDocumentTemplateContentHtml(
id: $id
) {
id
name
localizedName {}
type {}
fields
externalDataRequirement {}
amlPolicy {}
deletedAt
linkedOpenSecurityOperations {}
content
localizedContent {}
documentStyle {}
}
}