Hi everybody, I'm following a videocourse on udemy...
# orm-help
g
Hi everybody, I'm following a videocourse on udemy for GraphQL Prisma PosteGresql but in this course, they are using Prisma 1.01 that uses Docker, creates automatically GraphQL APIs, now i'm tryiing to replicate on latest version of prisma a backend with Apollo but the guide is completely different Can someone help me, please?
m
Prisma 1 is very different from Prisma 2 and later. If you're currently learning Prisma and GraphQL it will be hard to follow that course while replicating it on the fly in latest Prisma. If you want to learn latest Prisma, I would advise to ditch that course. Prisma doesn't expose GraphQL API anymore. You would need to use Apollo, Prisma and Nexus (or graphql-tools for SDL-first): https://www.prisma.io/docs/concepts/overview/prisma-in-your-stack/graphql
r
@Giovanni Italiano 👋 Yes that course is outdated. You can follow https://www.howtographql.com/ for an updated version.