Skip to content

Commit

Permalink
chore(docs): Set correct path to the image (#26982)
Browse files Browse the repository at this point in the history
  • Loading branch information
srflp committed Sep 22, 2020
1 parent ffdf820 commit 1b40112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-five/index.md
Expand Up @@ -94,7 +94,7 @@ Alternatively, you can add fields by using the autocomplete shortcut (<kbd>Ctrl

Try adding a number of fields to your query, press <kbd>Ctrl + Enter</kbd> each time to re-run the query. You'll see the updated query results:

![The GraphiQL IDE showing the results of the query](./images/allfile-query.png)
![The GraphiQL IDE showing the results of the query](allfile-query.png)

The result is an array of `File` "nodes" (node is a fancy name for an object in a "graph"). Each `File` node object has the fields you queried for.

Expand Down

0 comments on commit 1b40112

Please sign in to comment.