i modelled my app around my custom queries/resolve...
# prisma-whats-new
h
i modelled my app around my custom queries/resolvers and now when i deploy im just getting all the generated stuff and not my custom types etc
h
prisma is the database
nothing else
you have to deploy custom resolvers yourself
h
hmm. im confused with the whole deployment to prod honestly. the tutorial don't seem to touch on this. how would i deploy the resolvers myself?
thanks @harmony
h
well, resolvers are just a node server
h
ok so i guess i can just deploy that on now
h
there's plenty of tutorials on that
h
can you link me jsut so im not confused? i really appreciate it
im guessing the now one would work right
then that points to my prisma db
h
yes, that works
h
ok got it. that makes sense. i did not realize this, i really tohught prisma cloud was for more than just the db. Thanks