Prisma with Node.js - Part 2: Prisma Bindings

1 · · Oct. 22, 2019, 8:20 p.m.
Summary
Over in Part 1 we discussed how to connect our deployed Prisma API to our Node.js-based GraphQL server. Now we’re going to look into using the prisma-bindings library to start using all the superpowers that Prisma has generated for us. Prerequisites Obviously you’re going to need a basic Prisma API that’s connected to a database and your Node.js server. You can learn about setting up Prisma with a Postgres database here. If you skipped part 1 and want to jump into the implementation, you can cop...