Skip to content

Commit

Permalink
doc: fixing a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gja committed Aug 19, 2020
1 parent 6059d8a commit 67a221a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiki/content/slash-graphql/advanced-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ finally:
It is possible to use Ratel to visualize your Slash GraphQL backend with GraphQL+-. You may use self hosted Ratel, or using [Dgraph Play](https://play.dgraph.io/?latest#connection)

In order to configure Ratel, please do the following:

* Click the Dgraph logo in the top left to bring up the connection screen (by default, it has the caption: play.dgraph.io)
* Enter the path to your backend's host. This is obtained by removing `/graphql` from the end of your graphql endpoint. As an example, if your graphql endpoint is `https://frozen-mango-42.us-west-2.aws.cloud.dgraph.io/graphql`, then the host for ratel will be at `https://frozen-mango.us-west-2.aws.cloud.dgraph.io`
* Enter your backend's host in the Dgraph Server URL field. This is obtained by removing `/graphql` from the end of your graphql endpoint. As an example, if your graphql endpoint is `https://frozen-mango-42.us-west-2.aws.cloud.dgraph.io/graphql`, then the host for ratel will be at `https://frozen-mango.us-west-2.aws.cloud.dgraph.io`
* Click the blue 'Connect' button. You should see a green tick check next to the word connected
* Click on the 'Extra Settings' tab, and enter your API token into the 'Slash API Key" field. Please see [Authentication](/slash-graphql/admin/authentication) if you would like to create a new API token.
* Click on the blue 'Continue' button
Expand Down

0 comments on commit 67a221a

Please sign in to comment.