INPUT_OBJECT

DayOfWeekPatternInput

Description

Day-of-week pattern specification. For example, First Monday, Last Friday.

link GraphQL Schema definition

  • input DayOfWeekPatternInput {
  • # Specifies the day of the week. For example, MONDAY, TUESDAY, SUNDAY.
  • dayOfWeek: DayOfWeek
  • # Specifies the ordinal of the week in that month. For example, FIRST, SECOND,
  • # THIRD, FOURTH, LAST.
  • weekOrdinal: WeekOrdinal
  • }