OBJECT

DocumentType

Different document types

link GraphQL Schema definition

  • type DocumentType {
  • # The unique document type ID.
  • id: Int!
  • # The document type name.
  • type: String!
  • # The document type label.
  • label: String!
  • # The document type description.
  • description: String!
  • }