Skip to content

reillyjodonnell/apollo-prisma-pothos-next

Repository files navigation

This is the codebase from my article: Building Typesafe Full Stack App w/ Apollo Server 4, Prisma, Pothos, Next, & TS

Check out the article here

Setup

First we need to install of the deps

yarn

Set up Prisma

yarn prisma db push

Seed Prisma

yarn prisma db seed

Keep Pothos and Prisma in sync

Everytime you update your schema in Prisma be sure run

yarn prisma generate

to sync the types generated by Prisma to Pothos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published