BookingRequiredInput
No description
Fields#
id (ID)#
This a primary key for Booking
start (GQLTDate)#
start date and time of the booking
end (GQLTDate)#
end date and time of the booking
firstName (String)#
first name of the user to book
lastName (String)#
last name of the user to book
userName (String)#
username of the user to book
password (String)#
password of the user
active (Boolean)#
shows if the book is still active or not
forcedInActive (Boolean)#
forcedInActive column
createdAt (GQLTDate)#
updatedAt (GQLTDate)#
roomId (ID)#
This a primary key for Booking
room (BookingRoomBelongsToInput)#
This is the mutation object for BookingRoomBelongsTo