ENUM

DayOfWeek

Description

Specifies the day of the week.

link GraphQL Schema definition

  • enum DayOfWeek {
  • # Indicates Friday.
  • FRIDAY
  • # Indicates Monday.
  • MONDAY
  • # Indicates Saturday.
  • SATURDAY
  • # Indicates Sunday.
  • SUNDAY
  • # Indicates Thursday.
  • THURSDAY
  • # Indicates Tuesday.
  • TUESDAY
  • # Indicates Wednesday.
  • WEDNESDAY
  • }