From d6e9232a7b330aebcc417a485e058cf764657fa6 Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Fri, 9 Nov 2018 19:43:51 -0800 Subject: [PATCH] Writing queries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523378b..2aecd76 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A public GraphQL API for information about countries, continents, and languages. 1. The codes used to key the objects in the original data are available as a `code` property on each item returned from the API. 2. The `continent` and `languages` properties are now objects and arrays of objects, respectively. -## Querying +## Writing queries In: