Skip to main content

reachable_schemas_with_roots

Function reachable_schemas_with_roots 

Source
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.