query__continent
Retrieve continent information by code from a GraphQL API, selecting only needed fields and adding authentication headers when required.
Instructions
[QUERY] continent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | (ID!) | |
| __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"} |