I'm just getting started with prisma, and i'm tryi...
# orm-help
a
I'm just getting started with prisma, and i'm trying to add a data model in my db for an existing table, I've added the data model to
datamodel.prisma
(replacing
User
), then run
npx prisma deploy
and
npx prisma generate
, but my graphql server at http://localhost:4466/ still only has the schema for the default
User