Writing queries

This commit is contained in:
Trevor Blades
2018-11-09 19:43:51 -08:00
parent dc4ab2691c
commit d6e9232a7b

View File

@@ -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: