INPUT_OBJECT

StartTimeAttributesInput

Description

Start time attributes.

link GraphQL Schema definition

  • input StartTimeAttributesInput {
  • # Day of the week.
  • dayOfWeek: DayOfWeekOptInput
  • # Hour of the day.
  • hour: Int
  • # Minute of the day.
  • minute: Int
  • }