Steven Rosato

Results 30 comments of Steven Rosato

There is also https://github.com/johnsonjo4531/typegraphql-relay-connections but this one manually requires me to add the types using TypeGraphQL, which works great, but then I lose `orderBy`, `where` and etc (unless I implement...

Actually by using https://github.com/johnsonjo4531/typegraphql-relay-connections it is possible to have something, even if it is not automatically generated. So for anyone interested here is how I did it. In my example,...

Is there a lot required to make it work with sf4? How can we help?

There are no workarounds? Trying to make it work too with Sf4 and it seems my aspect never gets called. Seems like everything registers itself well when I use console...

Why is transpilation so much longer? When I use prisma v4 I get a 8s generation (with transpilation), but when switching to v5 it goes to 47s. I can stop...

I ended up downgrading to `prisma@~4.3.1` with `typegraphql-prisma@^0.21.5` I tried multiple versions with the same codebase, my schema file is relatively simple. | Packages | Generation Time | |---|---| |...

I also noticed significant improvement on `typegraphql-prisma@^0.27.1` and prisma `v5` at around `~9s` instead of `~46s`. I tried [pothos](https://pothos-graphql.dev/docs/plugins/prisma) though meanwhile and it was very fast for me (around `~800ms`),...

Any news on this? I am trying this with tsify and debowerify with typescript and I am getting a parser error too on the source maps. ``` browserify -v -d...

Yeah well I will probably look into it too. For now I can confirm I am able to make it work with reactify and rewireify by swapping the arguments like...