find_eager_fetches
Identify all EAGER fetch relationships in a repository to detect potential N+1 query problems.
Instructions
Find all EAGER fetch relationships — potential N+1 query sources.
Returns list of dicts with source_class_fqn, field_name, relation_type,
target_class_fqn for all relations where fetch_type = 'EAGER'.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |