Skip to main content

BookingRoomBelongsToInput

No description

type BookingRoomBelongsToInput {
create: RoomRequiredInput
update: BookingRoomUpdate
delete: GQLTQueryRoomWhere
}

Fields#

create (RoomRequiredInput)#

This will create a new element with a relationship to the current Booking

update (BookingRoomUpdate)#

This will update any matching elements that have a relationship to the current Booking

delete (GQLTQueryRoomWhere)#

This will delete any matching elements that have a relationship with the current Booking