OBJECT
MergeTemplate
Merge template information
link GraphQL Schema definition
- type MergeTemplate {
- # The unique ID.
- String :
- # The merge document ID.
- String :
- # THe merge document key.
- String :
- # The print template URL.
- String :
- # The time the template was last modified.
- DateTime :
- # The documents that have been merged using this template.
- MergedDocument] : [
- # Whether the file will always be outputted as PDF.
- Boolean :
- }