BookingSchedule
Represents a recurring booking object
Implements
Fields
id (
ID!
)
bookedBy (
User
)
bookings (
[Booking]
)
List of bookings
conflicts (
[Booking]
)
createdAt (
String!
)
effectiveEndDate (
String
)
effectiveStartDate (
String!
)
employee (
Employee
)
Employee associated to BookingSchedule
endDate (
String!
)
pattern (
PatternGraph
)
range (
RangeGraph
)
recurrencePattern (
String!
)
space (
Space
)
startDate (
String!
)
updatedAt (
String!
)
updatedBy (
User
)