executeGraphQLOperation
Execute GraphQL queries or mutations on target APIs by providing a query string and optional variables. Use introspectGraphQLSchema to identify available operations.
Instructions
Executes an arbitrary GraphQL query or mutation against the target API. Use introspectGraphQLSchema first to understand the available operations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
operationName | No | An optional name for the operation, if the query contains multiple operations. | |
query | Yes | The GraphQL query string to execute. | |
variables | No | An optional object containing variables for the query. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mcp4gql
Related Tools
- @franccesco/bloomy-mcp
- @blurrah/mcp-graphql
- @jorgeraad/mcp4gql
- @blurrah/mcp-graphql
- @franccesco/bloomy-mcp