OBJECT
ImporterDoc
Represents a document associated with an importer
link GraphQL Schema definition
- type ImporterDoc implements RecordDoc {
- # A link to download the document.
- URL! :
- # The filename of the file.
- String! :
- # Document tags associated with the document.
- ImporterDocTag!] : [
- # The importer doc's content type.
- String! :
- # The importer doc's size.
- Int :
- # A flag indicating that a doc has been rejected by INLT
- Boolean :
- # The time that the doc was rejected
- String :
- # The reason code for the doc rejection
- ImporterDocRejectionCode :
- # Additional explanatory text from INLT
- String :
- # A flag indicating that INLT requires more information regarding the doc
- Boolean :
- # The time that the inquiry was filed
- String :
- # The text of the inquiry
- String :
- }