INTERFACE

Document

Represents a document

link GraphQL Schema definition

  • interface Document {
  • # The resulting entity of an uploaded file, supplied with meta data.
  • file: File
  • # An RFC-3339 encoded date string.
  • date: Date
  • # The comment on this document
  • comment: String
  • }