Hi guys. I’m working on the project with graphcool...
# orm-help
k
Hi guys. I’m working on the project with graphcool inside. And I want to rewrite it to Prisma. So when I’m trying to run
prisma introspect
on the graphcool’s mysql docker container I have an error
'ECONNREFUSED': connect ECONNREFUSED 127.0.0.1:3306
. Is anyone knows what the reason of that?
r
Looks like you may not be forwarding the graphcool mysql docker port ?
k
How to do it?
n
Did you get the answer? I am still looking for one