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.