Skip to content

Commit

Permalink
chore(docs): Update prismic source graphql tutorial docs (#35218)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanho96 authored Mar 24, 2022
1 parent ecd1120 commit cd76722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/prismic-source-graphql-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If your Prismic documents are being retrieved, then the configuration was succes

Once you have verified on GraphiQL that you can retrieve the data from your previously created Prismic content repository, you can start on fetching and rendering that content.

In GraphiQL experiment with the data and how it's structured. You can use the autocomplete to help you navigate around how Gatsby interprets the Prismic repository. You will need a query that gets the Home information, as well as an array of blog posts sorted in descending order.
In GraphiQL, experiment with the data and how it's structured. You can use the autocomplete to help you navigate around how Gatsby interprets the Prismic repository. You will need a query that gets the Home information, as well as an array of blog posts sorted in descending order.

```jsx:title=src/pages/index.js
import React from "react"
Expand Down

0 comments on commit cd76722

Please sign in to comment.