Jason Kuhrt

Results 363 comments of Jason Kuhrt

There are issues with recent release of `ttypescript` and TS. This issue may be more important than before.

https://github.com/microsoft/TypeScript/issues/38365#issuecomment-921384925

Thanks for following up @darrylyoung. I was coming here to reference your slack thread https://prisma.slack.com/archives/CM2LEN7JL/p1574934803028200. But awesome to see you already came here to contribute. 🙌 > Hopefully, though, I'm...

@lvauvillier Right now we can offer access to raw unfiltered hot off the press design sketches. Anyone looking for something simple polished clear and succinct should not look at this....

An initial unstable release will be coming this Tuesday. You can check it out here as a PR currently https://github.com/prisma/nexus-prisma/tree/feat/emit-model-props-scalars. Unstable releases will be cut every sprint (2 weeks). Same...

@cmidgley Hard to say but I think it would be great if the high-level Nexus Prisma API were flexible enough to do that, or at least come close. I could...

This past sprint we shipped the beginnings of custom scalars "workflow". Workflow in quotes because what has been shipped is mostly just some convenience and guides. In the next sprint...

> This comment referenced the create/connect (both disabled by default, implies exclusivity) approach we had discussed, while I notice above we've reverted to createable/connectable (both enabled by default). Was this...

@ssalbdivad `relateBy` with union type is having a strong pull on my thoughts this morning :) . ```ts mutationType({ definition(t) { t.crud.createUser({ friends: { relateBy: 'connect' | 'create' | undefined...