Skip to content

Commit

Permalink
chore(docs): fix typo in tutorial (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio committed Jul 27, 2020
1 parent eb3a7b5 commit 1fd4e1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Open it up, what do you see? It should be an instance of [GraphQL Playground](ht

This is a graphical user interface for interacting with GraphQL APIs. If you prefer you can run a [standalone](https://www.electronjs.org/apps/graphql-playground) version as an app on your machine, or another GraphQL GUI entirely. Nexus ships with one out of the box for your convenience.

Take a look at the right-hand side SCHEMA tab. There you'll see a default schema that Nexus has provided for you. This, along with the warning you say before, will go away once you begin your own schema.
Take a look at the right-hand side SCHEMA tab. There you'll see a default schema that Nexus has provided for you. This, along with the warning you saw before, will go away once you begin your own schema.

Note that Nexus will serve GraphQL requests on this same path. Only client `GET` requests with the `accept: text/html` header will get back the Playground response.

Expand Down

0 comments on commit 1fd4e1b

Please sign in to comment.