Open sherifawad opened 2 years ago
exactly the same problem .. Also, every time I pass a cursor (i needed to pass the id, otherwise it couldn't work) it is also throwing error :
Argument id: Got invalid value NaN on prisma.findManyClient. Provided Float, expected String.
Will this be fixed in short notice?
Otherwise,I don't see the advantage of use this package. Also the documentation should be improved
This errors looks like to be a wrong conditional position here:
@sherifawad | @P1K3N - check if the PR helps
I have an attendances tables and trying to query table with the library.
The query:
the variables are :
The result query:
If I use the page 3 cursor in variables:
I get an error:
But some other cursor values work as expected!!