Aviv Alexander Loewenstein

Results 10 comments of Aviv Alexander Loewenstein

Thanks for the post Miffels. +1 for a nicer solution. A bit of a pain to define a dependency for each async controller.

This issue is related to another: #835 The parameter config for prismaClient only supports one client. Value expected is a string. See here: https://github.com/graphql-nexus/nexus-plugin-prisma/blob/main/src/typegen/render.ts#L11 The render of index.d.ts in @...

A smelly solution could be the hijacking of description param in objectType with some sort of meta syntax to state which client to use.

How does merged schema work with different db contexts?

Don't you lose the type-sense without using the types>typegen-nexus-plugin-prisma output in node_modules? The whole idea of nexus using t.model.param is tied to this as I understand it.

Please support multiple Prisma clients! :-/ #992

I had in mind something like what RestSharp does with their cookie management. There was another library I used in the past that had a like feature, but the name...

@Jolg42 I personally get a new error when doing this workaround: ReferenceError: __dirname is not defined in ES module scope, Seems because __dirname is a CommonJS variable that is not...

I found a solution for my end, but it seems it does need to be patched on Qwik City. the opts["qwikCityPlanModulePath'} needs to have added to it: import { fileURLToPath...