Skip to main content

RoomGroupsBelongsToManyInput

No description

type RoomGroupsBelongsToManyInput {
create: [GroupRequiredInput]
update: [RoomGroupsUpdate]
add: [GQLTQueryGroupWhere]
remove: [GQLTQueryGroupWhere]
delete: [GQLTQueryGroupWhere]
}

Fields#

create ([GroupRequiredInput])#

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

update ([RoomGroupsUpdate])#

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

add ([GQLTQueryGroupWhere])#

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

remove ([GQLTQueryGroupWhere])#

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

delete ([GQLTQueryGroupWhere])#

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