Skip to content

Commit

Permalink
localhost:8000/__graphql instead of localhost:8000 (gatsbyjs#16677)
Browse files Browse the repository at this point in the history
* localhost:8000/__graphql instead of localhost:8000

Make it more clear that the actual URL for the GraphQL IDE is localhost:8000/__graphql

* chore: format
  • Loading branch information
kosvrouvas authored and GatsbyJS Bot committed Aug 16, 2019
1 parent d6feb20 commit 5fb129c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/sourcing-from-wordpress.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ A [Gatsby page is defined](/docs/api-specification/#concepts) as "a site page wi

When you restart your server with the `gatsby develop` command, you'll be able to navigate to the new pages created for each of your posts at their respective paths.

In the GraphiQL IDE at [localhost:8000](http://localhost:8000) you should now see queryable fields for `allWordpressPosts` in the docs or explorer sidebar.
In the GraphiQL IDE at [localhost:8000/\_\_graphql](http://localhost:8000/__graphql) you should now see queryable fields for `allWordpressPosts` in the docs or explorer sidebar.

## Wrapping Up

Expand Down

0 comments on commit 5fb129c

Please sign in to comment.