OBJECT
MergedDocument
A link to the result of a previously merged document
link GraphQL Schema definition
- type MergedDocument {
- # The unique ID.
- Int :
- # The tempalte document used to create this document.
- MergeTemplate :
- # The url of the merged document.
- String :
- # The datetime at which this document was merged.
- DateTime :
- # The timezone offset for which this document is merged with.
- Int :
- }