Skip to main content

UserDeviceAuthsHasManyInput

No description

type UserDeviceAuthsHasManyInput {
create: [DeviceAuthRequiredInput]
update: [UserDeviceAuthsUpdate]
add: [GQLTQueryDeviceAuthWhere]
remove: [GQLTQueryDeviceAuthWhere]
delete: [GQLTQueryDeviceAuthWhere]
}

Fields#

create ([DeviceAuthRequiredInput])#

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

update ([UserDeviceAuthsUpdate])#

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

add ([GQLTQueryDeviceAuthWhere])#

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

remove ([GQLTQueryDeviceAuthWhere])#

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

delete ([GQLTQueryDeviceAuthWhere])#

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