OBJECT
StartTimeAttributes
Description
Start time attributes.
link GraphQL Schema definition
- type StartTimeAttributes {
- # Day of the week.
- DayOfWeekOpt :
- # Hour of the day.
- Int! :
- # Minute of the day.
- Int! :
- }
OBJECT
Start time attributes.
- type StartTimeAttributes {
- # Day of the week.
- DayOfWeekOpt :
- # Hour of the day.
- Int! :
- # Minute of the day.
- Int! :
- }