ENUM
WeekDay
Description
Specifies the day of the week.
link GraphQL Schema definition
- enum WeekDay {
- # Day of week is not specified.
- # Indicates Friday.
- # Indicates Monday.
- # Indicates Saturday.
- # Indicates Sunday.
- # Indicates Thursday.
- # Indicates Tuesday.
- # Indicates Wednesday.
- }