INPUT_OBJECT

ImporterDocInput

Represents a document associated with an importer

link GraphQL Schema definition

  • input ImporterDocInput {
  • # A base64 encoded document, optionally gzipped.
  • body: String!
  • # The filename of the file.
  • name: String!
  • # Document tags associated with the document.
  • tags: [ImporterDocTag!]
  • }