Skip to content

Commit

Permalink
[docs][guides] improvements to Why Gatsby Uses GraphQL #15235
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianing Yudono committed Oct 24, 2020
1 parent 18c182a commit 2cb7b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/why-gatsby-uses-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ GATSBY_GRAPHQL_IDE=playground gatsby develop
You can explore the available data schema using the “Docs” tab at the right.

One of the available options is `allProductsJson`, which contains “edges”, and those contain “nodes”.
One of the available options is `allProductsJson`, which contains “edges”, and those contain “nodes”. The `allProductsJson` option was created by the JSON transformer plugin ([`gatsby-transformer-json`](/packages/gatsby-transformer-json/)).

The JSON transformer plugin has created one node for each product, and inside the node you can select the data you need for that product.

Expand Down

0 comments on commit 2cb7b72

Please sign in to comment.