Skip to main content

BookingOptionalInput

No description

type BookingOptionalInput {
id: ID
start: GQLTDate
end: GQLTDate
firstName: String
lastName: String
userName: String
password: String
active: Boolean
forcedInActive: Boolean
createdAt: GQLTDate
updatedAt: GQLTDate
roomId: ID
room: BookingRoomBelongsToInput
}

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