Skip to content

Decouple V2 dependencies from query path #231

@em3s

Description

@em3s

Background

The query path (V3QueryService, ActionbaseQueryExecutor, LabelProvider, CompatKt) directly depends on 36 V2 types. The mutation path was already decoupled in #201 using the MutationEngine interface + V2BackedEngine pattern. Apply the same pattern to queries.

Task

Done When

  • boundary-check: 0 V2 edges for ActionbaseQueryExecutor, LabelProvider (deleted), CompatKt (deleted)
  • All V2 types confined to V2Backed* classes
  • All existing tests pass

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions