cfree
05/17/2020, 11:26 PMcfree
05/17/2020, 11:33 PMcfree
05/18/2020, 1:12 AMRyan
05/18/2020, 8:14 AMcfree
05/19/2020, 3:06 AMinfo
AST when the generated functions don't accept that parameter?
I tried using $fragment()
, but I'm missing a step - I need to somehow flatten the info
AST and pass it to $fragment
for everything to work again 😅cfree
05/19/2020, 2:47 PMnikolasburk
info
argument to Prisma client any more (that's indeed the main difference compared to prisma-binding
).
However, we are currently working on migration guides, e.g. from prisma-binding
to Prisma 2.0 with nexus
here: https://deploy-preview-356--prisma2.netlify.app/guides/upgrade-from-prisma-1/upgrading-prisma-binding-to-nexus/
I'd love to get some feedback for the content, would you be interested in taking a stab at this one?cfree
05/19/2020, 3:01 PMinfo
AST with the $fragment
function - I'm so close to being done with this project, this is 18 months in the making. I'm trying to launch this sucker and I don't really want to make radical changes to my API. Once this is launched, I'd be happy to look at upgrade paths again...nikolasburk