raw_graphql
Execute custom GraphQL queries and mutations against Railway's API to perform operations not covered by standard tools.
Instructions
Execute an arbitrary GraphQL query/mutation against Railway's API. Use this for operations not covered by other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The full GraphQL query or mutation string | |
| variables | No | JSON string of variables (e.g. '{"id": "abc123"}') |