exporter.apply_projection()
Apply one or more projection steps, returning the final projection result.
Usage
exporter.apply_projection(
graph,
projections,
)Steps are applied in order, each projecting the previous step’s projected graph. A single step’s manifest is returned as-is; multiple steps are folded into a CompositeProjectionManifest carrying the chained forwarding map and every component manifest. Heterogeneous step kinds are supported.