Skip to main content

UserDeviceUsagesHasManyInput

No description

type UserDeviceUsagesHasManyInput {
create: [DeviceUsageRequiredInput]
update: [UserDeviceUsagesUpdate]
add: [GQLTQueryDeviceUsageWhere]
remove: [GQLTQueryDeviceUsageWhere]
delete: [GQLTQueryDeviceUsageWhere]
}

Fields#

create ([DeviceUsageRequiredInput])#

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

update ([UserDeviceUsagesUpdate])#

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

add ([GQLTQueryDeviceUsageWhere])#

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

remove ([GQLTQueryDeviceUsageWhere])#

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

delete ([GQLTQueryDeviceUsageWhere])#

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