Skip to main content

DeviceAuthsHasManyInput

No description

type DeviceAuthsHasManyInput {
create: [DeviceAuthRequiredInput]
update: [DeviceAuthsUpdate]
add: [GQLTQueryDeviceAuthWhere]
remove: [GQLTQueryDeviceAuthWhere]
delete: [GQLTQueryDeviceAuthWhere]
}

Fields#

create ([DeviceAuthRequiredInput])#

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

update ([DeviceAuthsUpdate])#

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

add ([GQLTQueryDeviceAuthWhere])#

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

remove ([GQLTQueryDeviceAuthWhere])#

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

delete ([GQLTQueryDeviceAuthWhere])#

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