Skip to main content
The Operations Changed page shows you which existing operations have been affected by your schema changes. It compares how operations execute between your proposal view and the main graph, highlighting changes in complexity and performance metrics. Operations changed page

Viewing Changes

This page displays operations that have different execution plans compared to the main branch due to your schema modifications. You can search and filter through operations to find specific ones you’re interested in. Click any operation to see its detailed comparison and automatically scroll to the relevant section.

Understanding Impact

Complexity Metrics

Each operation shows key performance indicators:
  • Complexity Score: Numerical complexity rating for the operation
  • Total Fetches: Number of data fetches required

Query Plan Comparison

The page shows detailed side-by-side comparisons of query execution plans. The left side displays the original plan from your main view, while the right side shows the modified plan from your proposal. This helps you understand exactly how your schema changes affect operation execution.