oc_execute_graphql
Run custom GraphQL queries against OpenCollective API v2 to handle operations beyond standard tools, with auto-authentication.
Instructions
Execute a raw GraphQL query or mutation against the OpenCollective API v2.
Use this as an escape hatch for operations not covered by other tools. The API endpoint is https://api.opencollective.com/graphql/v2. Authentication is applied automatically if OPENCOLLECTIVE_TOKEN is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | No | ||
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |