Skip to main content

UserBuildingBelongsToInput

No description

type UserBuildingBelongsToInput {
create: BuildingRequiredInput
update: UserBuildingUpdate
delete: GQLTQueryBuildingWhere
}

Fields#

create (BuildingRequiredInput)#

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

update (UserBuildingUpdate)#

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

delete (GQLTQueryBuildingWhere)#

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