INPUT_OBJECT

HourIntervalInput

Represents an interval between two ISO8601 hours, ex. 08:30.

link GraphQL Schema definition

  • input HourIntervalInput {
  • start: Time!
  • end: Time!
  • }