Skip to main content

GroupRoomsBelongsToManyInput

No description

type GroupRoomsBelongsToManyInput {
create: [RoomRequiredInput]
update: [GroupRoomsUpdate]
add: [GQLTQueryRoomWhere]
remove: [GQLTQueryRoomWhere]
delete: [GQLTQueryRoomWhere]
}

Fields#

create ([RoomRequiredInput])#

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

update ([GroupRoomsUpdate])#

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

add ([GQLTQueryRoomWhere])#

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

remove ([GQLTQueryRoomWhere])#

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

delete ([GQLTQueryRoomWhere])#

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