Skip to main content

RoomBookingsHasManyInput

No description

type RoomBookingsHasManyInput {
create: [BookingRequiredInput]
update: [RoomBookingsUpdate]
add: [GQLTQueryBookingWhere]
remove: [GQLTQueryBookingWhere]
delete: [GQLTQueryBookingWhere]
}

Fields#

create ([BookingRequiredInput])#

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

update ([RoomBookingsUpdate])#

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

add ([GQLTQueryBookingWhere])#

This will add any matching elements with a relationship to the current Room

remove ([GQLTQueryBookingWhere])#

This will remove the relationship from any matching elements from the current Room

delete ([GQLTQueryBookingWhere])#

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