filter_queries
Filter and list GraphQL queries from an endpoint by search pattern, with optional detailed argument and return type details.
Instructions
Filter and list available GraphQL queries
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search pattern to filter queries (case-insensitive substring match) | |
| detailed | No | Return detailed information including arguments and return types (default: false) | |
| endpoint | No | GraphQL endpoint URL (default: http://localhost:5555/graphql) | |
| password | No | Password for basic auth (optional) | |
| username | No | Username for basic auth (optional) | |
| bearer_token | No | Bearer token (optional) |