OBJECT

MonthlyDaySpecDayOfWeek

Description

Day-of-week specification.

link GraphQL Schema definition

  • type MonthlyDaySpecDayOfWeek {
  • # Specifies which day of which week to take the monthly snapshot. For example, the
  • # first Tuesday, last Sunday, etc.
  • value: DayOfWeekPatternSpec!
  • }