@@ -11,8 +11,6 @@ A public GraphQL API for information about countries, continents, and languages.
## Writing queries
In:
```graphql
{
country(code:"BR"){
@@ -28,7 +26,7 @@ In:
}
```
Out:
The above GraphQL query will produce the following JSON response:
```json
{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.