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