Update README.md

This commit is contained in:
Trevor Blades
2019-02-10 23:38:48 -08:00
committed by GitHub
parent 788819850b
commit 25e34baa73

View File

@@ -11,8 +11,6 @@ A public GraphQL API for information about countries, continents, and languages.
## Writing queries ## Writing queries
In:
```graphql ```graphql
{ {
country(code: "BR") { country(code: "BR") {
@@ -28,7 +26,7 @@ In:
} }
``` ```
Out: The above GraphQL query will produce the following JSON response:
```json ```json
{ {