Skip to main content

BuildingAddressBelongsToInput

No description

type BuildingAddressBelongsToInput {
create: AddressRequiredInput
update: BuildingAddressUpdate
delete: GQLTQueryAddressWhere
}

Fields#

create (AddressRequiredInput)#

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

update (BuildingAddressUpdate)#

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

delete (GQLTQueryAddressWhere)#

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