INPUT_OBJECT
ImporterDocInput
Represents a document associated with an importer
link GraphQL Schema definition
- input ImporterDocInput {
- # A base64 encoded document, optionally gzipped.
- String! :
- # The filename of the file.
- String! :
- # Document tags associated with the document.
- ImporterDocTag!] : [
- }