From 1b401127918726406e80e3a186e93e74ab45f5e9 Mon Sep 17 00:00:00 2001 From: Filip Sauer Date: Tue, 22 Sep 2020 09:38:45 +0200 Subject: [PATCH] chore(docs): Set correct path to the image (#26982) --- docs/tutorial/part-five/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/part-five/index.md b/docs/tutorial/part-five/index.md index 498864459f25e..682a97ea67b83 100644 --- a/docs/tutorial/part-five/index.md +++ b/docs/tutorial/part-five/index.md @@ -94,7 +94,7 @@ Alternatively, you can add fields by using the autocomplete shortcut (Ctrl Try adding a number of fields to your query, press Ctrl + Enter 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.