query__continents
Retrieve continent data from a GraphQL API by applying filters and selecting fields. Use this tool to fetch continent records with custom authentication and headers.
Instructions
[QUERY] continents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | (ContinentFilterInput) | |
| __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"} |