Best of PrismaDecember 2021

  1. 1
    Article
    Avatar of guildThe 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.

  2. 2
    Article
    Avatar of hashnodeHashnode·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.