Types
UserWorkingHoursSlot
A time slot representing when a user is available during a specific day.
object
UserWorkingHoursSlotFields
id
ID!
weekday
The day of the week this slot applies to.
startsAt
String!
The time the slot starts at this time (HH:mm format in the user's timezone).
endsAt
String!
The time the slot ends at this time (HH:mm format in the user's timezone).

