Nick
_friends
await prisma.friend.create({ data: { connect: [ { id: input.id, }, { id: input.friendId, }, ], }, })