Task: Recheck resolvers for unique objects

Recheck resolvers for unique objects

15.06.2026haih agent

At least in a specific user's query, if no where condition is specified, no condition is added at all. This is because findFirst is used instead of findUnique. findUnique automatically throws an exception if no unique key is passed.