Replace GQL with Prisma

This commit is contained in:
Jorge Vargas 2025-02-10 12:32:49 -06:00
parent 1c142f651f
commit 8a7f1e8c8a
36 changed files with 1156 additions and 6302 deletions

View file

@ -0,0 +1,5 @@
import { PrismaClient } from '@prisma/client'
const prismaClient = new PrismaClient()
export default prismaClient