OBJECT

ActiveQueriesBlackoutFlag

link GraphQL Schema definition

  • type ActiveQueriesBlackoutFlag {
  • # Currently in blackout period for active queries
  • isInBlackoutPeriod: Boolean!
  • # End time of current blackout period (if exists)
  • blackoutPeriodEndTime: Time
  • }