DEV Community

Discussion on: GraphQL Code-First Approach with NestJS 7

Collapse
 
mark600211 profile image
mark600211 • Edited

Hi Marc,

Great post. I saw your repository and found out that you use Prisma Client there. But in official docs of nest they tell about Prisma bindings. What's the different?

Collapse
 
marcjulian profile image
Marc Stammerjohann • Edited

Hi Mark, nice name by the way 😄!

Yes the nest docs describe how to integrate with prisma bindings which are used for Prisma 1. I am using the Prisma client from Prisma 2.

Here you can read a bit more about Prisma history prisma.io/blog/prisma-and-graphql-... which explains the terms.