OBJECT

MergedDocument

A link to the result of a previously merged document

link GraphQL Schema definition

  • type MergedDocument {
  • # The unique ID.
  • id: Int
  • # The tempalte document used to create this document.
  • template: MergeTemplate
  • # The url of the merged document.
  • document_path: String
  • # The datetime at which this document was merged.
  • created_time: DateTime
  • # The timezone offset for which this document is merged with.
  • offset: Int
  • }