(note: i'm using windows and apparently that's the...
# orm-help
d
(note: i'm using windows and apparently that's the issue, it works with
graphql prepare
but the generated files do not go with Typescript validation, Linux works just fine)
l
I had the same issue. Down to using code gen with prima-binding v2. What graphql-cli are you using? I have been told 2.16.1 fixes this issue, so if you can try that and report back. I am unable to give it a go for a couple of days
d
Saw your post earlier @lancej and it's not generating the proper code, at least not like Typscript would have wanted, for the moment i'm using a linux VM with a shared folder (cumbersome I know, but i'm running some other processes too)
i'm using 2.16.0, going to upgrade now and see how it goes
n
how did it go? 😄
l
@Dukuo I successfully got the generated files to update. There is a fix that is currently in the alpha build of prisma
prisma@1.10.0-alpha.26
. Still needed to have
graphql-cli@2.16.1
👍 2
d
@lancej i'll test it as soon as I can!