I’m having trouble figuring out how to deploy my `...
# prisma-whats-new
g
I’m having trouble figuring out how to deploy my
graphql-yoga
based server. It exposes my existing MySQL data layer and works great on localhost. I’ve see the Graphcool blog posts showing how to deploy using
apex/up
and
zeit/now
but they start with a greenfield example, and I’m not sure how to apply those lessons to my use case. My complication is that I need to whitelist the IP address so that the graphql layer has access to the MySQL database (through a firewall)