INTERFACE

RecordDoc

link GraphQL Schema definition

  • interface RecordDoc {
  • # The filename of the doc.
  • name: String
  • # The content type of the doc
  • contentType: String
  • # A URL to download the document.
  • url: URL
  • # The doc's size in bytes.
  • size: Int
  • }