codebase_graph_query
Query a file's dependencies and dependents in the code graph to understand import relationships and impact.
Instructions
Query the code dependency graph for a specific file. Returns what the file imports and what files depend on it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Relative path of the file to query (e.g. 'src/index.ts'). | |
| projectPath | No | Absolute path to the project directory. |