search_schema
Search the entire GraphQL schema for types, fields, and enum values matching a substring. Returns up to 100 hits by default.
Instructions
Search the entire schema for types, fields, input fields, and enum values matching a substring (case-insensitive). Useful for finding things by partial name when the schema is large. Returns up to 100 hits by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Substring to search for in type and field names (case-insensitive) | |
| limit | No | Max number of hits to return (default: 100) |