OBJECT
ReaderRefreshStatus
Description
ReaderRefreshStatus contains information about the refresh status of a reader location.
link GraphQL Schema definition
- type ReaderRefreshStatus {
- # Timestamp when refresh was completed (optional).
- : DateTime
- # Timestamp when refresh was started (optional).
- : DateTime
- # Current state of the refresh process.
- : ReaderLocationRefreshState!
- }