From 5d37a26c0896260b24ba3b6eca0630193b10c1e4 Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Fri, 27 Mar 2020 00:29:34 -0700 Subject: [PATCH] Reorder again --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa27ab6..0982e99 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,12 @@ A public GraphQL API for information about countries, continents, and languages. 2. The `country.continent` and `country.languages` are now objects and arrays of objects, respectively. 3. Each `Country` has an array of `states` populated by their states/provinces, if any. -- [Docs](#docs) - [Writing queries](#writing-queries) - [Migration notes (pre-March 2020)](#migration-notes-pre-march-2020) +- [Docs](#docs) - [Examples](#examples) - [License](#license) -## Docs - -Check out [the playground](https://countries.trevorblades.com) to explore the schema and test out some queries. - ## Writing queries ```graphql @@ -80,6 +76,10 @@ In the first version of this API, `code` arguments were treated as `String`s. No } ``` +## Docs + +Check out [the playground](https://countries.trevorblades.com) to explore the schema and test out some queries. + ## Examples - [React](./examples/react)