Skip to main content

RoomAccountUserBelongsToInput

No description

type RoomAccountUserBelongsToInput {
create: UserRequiredInput
update: RoomAccountUserUpdate
delete: GQLTQueryUserWhere
}

Fields#

create (UserRequiredInput)#

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

update (RoomAccountUserUpdate)#

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

delete (GQLTQueryUserWhere)#

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