Skip to content

Commit 5977f06

Browse files
authored
Fix ordering
1 parent 96401d2 commit 5977f06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/querying-with-graphql.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ export const query = graphql`
194194
`;
195195
```
196196
197+
See also the following blog posts:
198+
199+
* [Making Website Building Fun](/blog/2017-10-16-making-website-building-fun/)
200+
* [Image Optimization Made Easy with Gatsby.js](https://medium.com/@kyle.robert.gill/ridiculously-easy-image-optimization-with-gatsby-js-59d48e15db6e)
201+
197202
## Advanced
198203
199204
### Fragments
@@ -228,11 +233,6 @@ query PostByPath($path: String!) {
228233
}
229234
```
230235
231-
See also the following blog posts:
232-
233-
* [Making Website Building Fun](/blog/2017-10-16-making-website-building-fun/)
234-
* [Image Optimization Made Easy with Gatsby.js](https://medium.com/@kyle.robert.gill/ridiculously-easy-image-optimization-with-gatsby-js-59d48e15db6e)
235-
236236
## Further reading
237237
238238
### Getting started with GraphQL

0 commit comments

Comments
 (0)