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