Ugogo
04/11/2020, 11:10 AMgraphql-yoga as a server to interact with prisma
So locally I have the following endpoints available, and my client is using the first one
⢠localhost:4000 : graphql-yoga
⢠localhost:4466 : prisma
Nothing crazy so far, I was even able to deploy all of this on Heroku (yay)
The Heroku endpoint is "connected" to prisma, but my client needs the graphql-yoga endpoint, how can I find it?
Dunno if it's clear enough š
Thanks š