Can't figure out how to disconnect in prisma
I've been trying to figure out how to disconnect
But on the
Does anyone know how to make it, so it removes the
Here's my schema:
feed from user for like 2 hours now, and I can't figure out what part I'm getting wrong, my function looks like this:But on the
id: input.feedId, I get Type '{ id: string; }' is not assignable to type 'UserFeedsWhereUniqueInput'. Does anyone know how to make it, so it removes the
Feed from the User?Here's my schema:
