Skip to main content

DeviceAddressHasOneInput

No description

type DeviceAddressHasOneInput {
create: AddressRequiredInput
update: DeviceAddressUpdate
delete: GQLTQueryAddressWhere
}

Fields#

create (AddressRequiredInput)#

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

update (DeviceAddressUpdate)#

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

delete (GQLTQueryAddressWhere)#

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