list_mutations
List all root mutation fields from a GraphQL schema, showing return type and argument details. Filter by name using search parameter.
Instructions
List all root mutation fields (e.g. createUser, updatePost). Each entry shows the return type and argument types. Returns an empty list if the schema has no mutation type. Use search= to filter by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Case-insensitive substring filter on mutation name | |
| limit | No | Max number of mutations to return (default: 200) |