Errorname
09/17/2018, 2:18 PMprisma-binding
.
I agree that Prisma Client is a great piece of software and really useful, but I feel like it doesn't apply for the use case where your frontend is using graphql to discuss with your backend.
I think that prisma binding is a top notch tool for this kind of use, and therefore should stay in the documentation, next to the Prisma Client.
What do you think?kratam
09/17/2018, 4:10 PM$delegate
method which worked exactly like prisma-binding
. Then they removed it (4 hours ago!), the official example is using prisma-binding
for schema delegation.
The main problem is that with the new prisma client API, retrieving connections requires a lot of work from the developer (hand-coded resolvers). They hide the info
object, but without it, it's hard to optimize the queries to only retrieve the necessary fields.w0wka91
09/19/2018, 12:37 AMnilan
09/19/2018, 12:01 PMErrorname
09/19/2018, 12:21 PM