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).
  • refreshCompletedTimeOpt: DateTime
  • # Timestamp when refresh was started (optional).
  • refreshStartedTimeOpt: DateTime
  • # Current state of the refresh process.
  • state: ReaderLocationRefreshState!
  • }