Skip to content

Commit

Permalink
Update sourcing-data.md (#25434)
Browse files Browse the repository at this point in the history
* Update sourcing-data.md

Add a link so that users can find out how to use GraphiQL

* Update docs/docs/recipes/sourcing-data.md

Co-authored-by: Andreas Ehrencrona <andreas.ehrencrona@velik.it>

Co-authored-by: Andreas Ehrencrona <andreas.ehrencrona@velik.it>
  • Loading branch information
samrobbins85 and ehrencrona committed Jul 9, 2020
1 parent c6593b9 commit 670b88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/recipes/sourcing-data.md
Expand Up @@ -41,7 +41,7 @@ exports.sourceNodes = ({ actions, createNodeId, createContentDigest }) => {

> _Note: After making changes in `gatsby-node.js` you need to re-run `gatsby develop` for the changes to take effect._
3. Query the data (in GraphiQL or in your components).
3. Query the data (in [GraphiQL](/docs/running-queries-with-graphiql/) or in your components).

```graphql
query MyPokemonQuery {
Expand Down

0 comments on commit 670b88f

Please sign in to comment.