OBJECT
Different document types
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! }