Skip to content

Commit

Permalink
Merge pull request #4324 from gatsbyjs/add-graphiql-referene
Browse files Browse the repository at this point in the history
Update graphql-reference.md
  • Loading branch information
m-allanson authored Mar 2, 2018
2 parents 3ab063f + bd65b3e commit edb4135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/graphql-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ title: GraphQL Reference

This page will walk you through a series of GraphQL queries, each designed to demonstrate a particular feature of GraphQL. You'll be querying the *real* schema used on gatsbyjs.org so feel free to experiment and poke around the innards of our site!

You'll be using GraphiQL, an interactive editor you can also use [while building your Gatsby site](/tutorial/part-four/#introducing-graphiql).

## Basic query

Let's start with the basics, pulling up the site `title` from your `gatsby-config.js`'s `siteMetaData`. Here the query is on the left and the results are on the right.
Expand Down

0 comments on commit edb4135

Please sign in to comment.