You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the default typings (no codegen) with the Prisma class. When I trying to run a query, I get the following type error, even though the code runs as expected.
The QueryMap type expects the Context as the second argument and the selection set as the third argument. If I change my code according to this, it doesn't work as expected (selection set is ignored)
The text was updated successfully, but these errors were encountered:
Hey @affanshahid can you verify that this is still an issue? If so, would you mind composing a quick reproduction repo or CodeSandbox, whichever suits you better. 🙂
Using the default typings (no codegen) with the
Prisma
class. When I trying to run a query, I get the following type error, even though the code runs as expected.The
QueryMap
type expects theContext
as the second argument and the selection set as the third argument. If I change my code according to this, it doesn't work as expected (selection set is ignored)The text was updated successfully, but these errors were encountered: