ENUM

WeekDay

Description

Specifies the day of the week.

link GraphQL Schema definition

  • enum WeekDay {
  • # Day of week is not specified.
  • DAY_OF_WEEK_UNSPECIFIED
  • # Indicates Friday.
  • FRIDAY
  • # Indicates Monday.
  • MONDAY
  • # Indicates Saturday.
  • SATURDAY
  • # Indicates Sunday.
  • SUNDAY
  • # Indicates Thursday.
  • THURSDAY
  • # Indicates Tuesday.
  • TUESDAY
  • # Indicates Wednesday.
  • WEDNESDAY
  • }