OBJECT

TimeSlotAttachment

A time slot

link GraphQL Schema definition

  • type TimeSlotAttachment {
  • # Duration of the time slot, in seconds
  • duration: Duration!
  • # Identifier of the time slot
  • id: UUID!
  • # UTC start date of the time slot
  • startTime: DateTime!
  • }