list_queries
List all root query fields from a GraphQL schema, showing each field's return type and argument types. Filter by name substring using the search parameter.
Instructions
List all root query fields (e.g. user, posts, search). Each entry shows the field's return type and its argument types. Use describe_field to get more detail on a specific query. Use search= to filter by name substring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Case-insensitive substring filter on query name | |
| limit | No | Max number of queries to return (default: 200) |