remove remote schema env var note (#1932)

This commit is contained in:
Rikin Kachhia 2019-04-02 16:44:02 +05:30 committed by GitHub
parent b5188e79f4
commit 1c6e962776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -192,7 +192,7 @@ const addResolver = () => {
const requestMsg = 'Adding remote schema...';
const successMsg = 'Remote schema added successfully';
const errorMsg = 'Adding schema failed';
const errorMsg = 'Adding remote schema failed';
const customOnSuccess = data => {
Promise.all([

View File

@ -78,11 +78,9 @@ You need to enter the following information:
.. note::
- Currently there is no validation that an environment variable is actually available at the time
of this configuration, so any errors in this configuration will result in a runtime error.
- During **local development** using docker and a localhost server, ensure the Hasura docker container can reach
the server endpoint on the host. i.e. use ``host.docker.internal`` on mac or ``docker.for.win.localhost`` on
windows.
During **local development** using docker and a localhost server, ensure the Hasura docker container can reach
the server endpoint on the host. i.e. use ``host.docker.internal`` on mac or ``docker.for.win.localhost`` on
windows.
- **Headers**: configure the headers to be sent to your custom GraphQL server.