query__countries
Query country records through a GraphQL API, applying optional filters and selecting only the fields you need.
Instructions
[QUERY] countries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | (CountryFilterInput) | |
| __fields | No | GraphQL selection set for the return type, e.g. '{ id name description }'. If omitted, only scalar/id fields are returned. | |
| bearer_token | No | Bearer token to authenticate this request (overrides GRAPHQL_TOKEN) | |
| custom_headers | No | Additional request headers as key-value pairs, e.g. {"X-Tenant-ID": "abc"} |