Set remote schema from env variable #9472
Unanswered
henriktorget
asked this question in
Question
Replies: 1 comment
-
@henriktorget |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My architecture is an nHost app that uses Hasura. I have extended my graphql schema with a remote schema from another service that i am running.
In my local dev environment i would like to set the url of this remote schema to be localhost:port, and when i deploy, i want it to use the production service that i have deployed i Heroku.
Is there a way to do this, whithout changeing the values manually?
Beta Was this translation helpful? Give feedback.
All reactions