add_header
Adds or updates a single custom HTTP header for GraphQL requests without affecting existing headers. Use for one-off headers like X-Trace-Id.
Instructions
Add or update a single custom HTTP header without replacing the others. Useful for one-off headers like X-Trace-Id. To remove, use remove_header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Header name (e.g. 'X-API-Key') | |
| value | Yes | Header value |