OBJECT

InvoiceDoc

link GraphQL Schema definition

  • type InvoiceDoc implements RecordDoc {
  • # A link to download the document.
  • url: URL!
  • # The filename of the file.
  • name: String!
  • # Document tags associated with the document.
  • tags: [InvoiceDocTag!]
  • # The doc's content type.
  • contentType: String!
  • # The doc's size.
  • size: Int
  • }