Skip to main content

resolve_operation_selectors

Function resolve_operation_selectors 

Source
pub fn resolve_operation_selectors(
    selectors: &[String],
    analysis: &SchemaAnalysis,
) -> Result<Resolution, OperationSelectionError>
Expand description

Parse and resolve raw operation selectors with enough context for config errors. Shared by client and server generation.