ENUM

EpochWindow

The enumeration of time windows applied to media. The Latent Window refers to media that has a sunrise date in the future. The Upcoming Window refers to media that has a sunrise date in the past and a start date in the future. The Now Window refers to media that has a start date in the past and an end date in the future. The Past Window refers to media that has an end date in the past and a sunset date in the future. The Expired Window refers to media that has a sunset date in the past.

link GraphQL Schema definition

  • enum EpochWindow {
  • Latent
  • Upcoming
  • Now
  • Past
  • Expired
  • }

link Require by

This element is not required by anyone