I’d like a graphql-yoga server on Heroku that also...
# orm-help
c
I’d like a graphql-yoga server on Heroku that also serves a static React app (same repo). https://github.com/prisma/graphql-yoga/issues/9 got closed. I’m not sure how to go about this… Anyone try to do the same thing?
nvm, made a wrapper Express app that catch-all’s everything to React. put the graphql-yoga server on different port. running both parallel with npm-run-all
nvm nvm. This is sad. Please eat your own dogfood with Prisma + Heroku + React and provide tons of resources on this config.