pub fn reachable_schemas_with_roots(
analysis: &SchemaAnalysis,
ops: &[&OperationInfo],
extra_roots: &[String],
) -> BTreeSet<String>Expand description
reachable_schemas plus explicit schema roots used by configured
consumers such as SSE event-union types.