countries
Query country data with precision using GraphQL. Apply filters to retrieve specific information, enabling structured and efficient data access for your applications.
Instructions
GraphQL countries query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | filter - Input type: CountryFilterInput |
Input Schema (JSON Schema)
{
"properties": {
"filter": {
"description": "filter - Input type: CountryFilterInput",
"type": "object"
}
},
"required": [],
"type": "object"
}