Closed mwillbanks closed 3 months ago
SKIP_PRISMA_VERSION_CHECK=true
means using untested Prisma version, so this issue could happen.
Feel free to open a PR with the fix, should be pretty easy to fix using the spread operator or deprecated variable.
It should be fixed in v0.28.0
as the code was adjusted to work with Prisma 5.18 🔒
Describe the Bug import_get_platform.binaryTargets is not iterable
To Reproduce
Expected Behavior
Logs
Environment (please complete the following information):
typegraphql-prisma
version: 0.27.2Additional Context My guess is that this might be coming into play with the latest changes from 5.10 which is allowing more or less for edge locations, there was a bit of internal restructuring. I am going to try to get to this at some point next week but wanted to log it in the event someone else has time before I can get to it.