mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user