ENUM

TemplateDocFormat

Description

Enum representing the document format.

link GraphQL Schema definition

  • enum TemplateDocFormat {
  • # JSON document format.
  • JSON
  • # Text document format.
  • TEXT
  • }