Best of Prisma — 2021
- 1
- 2
The Guild·4y
GraphQL Code Generator with TypeScript and Prisma models
GraphQL has some amazing tools that can make your life easier. One of those tools is GraphQL Code-Generator which helps you create types (and more) based on your GraphQL schema. This article covers the process of using Prisma with GraphQL codegen and the configuration flags that will boost your experience.
- 3
LogRocket·5y
End-to-end type safety with Next.js, Prisma, and GraphQL
Using consistent types across the entire stack is a major challenge for many development teams. If you have insufficient tooling for detecting changes and throwing errors, changing types in one part of the project could break your entire application. In this tutorial, we’ll explore end-to-end type safety by building a simple wish list application that allows a user to bookmark items from the internet. We will use Next.js, GraphQL, and Prisma.
- 4
Hashnode·4y
Intro to Prisma and TypeScript
Prisma is a next-gen "ORM" with a unique "data-mapper" model. Prisma also offers a database migration tool called Prisma Migrate and a nice GUI that allows you to visualize and update data. This tutorial will assume a basic knowledge of JavaScript, TypeScript, and Database Terminology.
- 5
- 6