Hi folks, technical question here. (Using version ...
# orm-help
s
Hi folks, technical question here. (Using version 2.6) I'd like to use an environmental variable in heroku to assign my prisma uri to the apollo client. I see in the docs that /graphql is appended to the url I give it and I need to know how to turn this off. I am running graphql on xyz.heroku.com not xyz.heroku.com/graphql. If I hard code the uri in (without the /graphql) it works as expected. Any suggestions are much appreciated 🙂 Here's a related (unanswered) SO post: https://stackoverflow.com/questions/54934559/heroku-config-var-undefined-during-server-side-rendering-with-next-js-apollo-c
d
Hey Steve, What do you mean by assigning your Prisma URI to Apollo client?