Skip to content

Commit

Permalink
Fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog authored Feb 8, 2018
1 parent 96401d2 commit 5977f06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/querying-with-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ export const query = graphql`
`;
```
See also the following blog posts:
* [Making Website Building Fun](/blog/2017-10-16-making-website-building-fun/)
* [Image Optimization Made Easy with Gatsby.js](https://medium.com/@kyle.robert.gill/ridiculously-easy-image-optimization-with-gatsby-js-59d48e15db6e)
## Advanced
### Fragments
Expand Down Expand Up @@ -228,11 +233,6 @@ query PostByPath($path: String!) {
}
```
See also the following blog posts:
* [Making Website Building Fun](/blog/2017-10-16-making-website-building-fun/)
* [Image Optimization Made Easy with Gatsby.js](https://medium.com/@kyle.robert.gill/ridiculously-easy-image-optimization-with-gatsby-js-59d48e15db6e)
## Further reading
### Getting started with GraphQL
Expand Down

0 comments on commit 5977f06

Please sign in to comment.