Hello there, noob question here so sorry in advanc...
# orm-help
u
Hello there, noob question here so sorry in advance šŸ™ I'm using
graphql-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 šŸ™