OBJECT

StartTimeAttributes

Description

Start time attributes.

link GraphQL Schema definition

  • type StartTimeAttributes {
  • # Day of the week.
  • dayOfWeek: DayOfWeekOpt
  • # Hour of the day.
  • hour: Int!
  • # Minute of the day.
  • minute: Int!
  • }