OBJECT
PMCFile
link GraphQL Schema definition
- type PMCFile implements Node {
- : ID!
- # Filename from FTP (e.g., oa_comm_xml.PMC000xxxxxx.baseline.2023-12-18.tar.gz)
- : String!
- # Full FTP path
- : String!
- # Last modified timestamp from FTP server
- : Time!
- # Processing status
- : PMCFileStatus!
- # Article extraction/processing status
- : PMCFileProcessingStatus!
- # Number of articles successfully extracted from this file
- : Int!
- # When article processing completed
- : Time
- # Local filesystem path where file is stored
- : String
- # When download completed successfully
- : Time
- # Error message if status is failed
- : String
- : Time!
- : Time!
- # Articles extracted from this file
- : [PMCArticle!]
- }