OBJECT

MergeTemplate

Merge template information

link GraphQL Schema definition

  • type MergeTemplate {
  • # The unique ID.
  • id: String
  • # The merge document ID.
  • merge_id: String
  • # THe merge document key.
  • merge_key: String
  • # The print template URL.
  • print_template: String
  • # The time the template was last modified.
  • modified_time: DateTime
  • # The documents that have been merged using this template.
  • merged_documents: [MergedDocument]
  • # Whether the file will always be outputted as PDF.
  • is_pdf_export: Boolean
  • }