pub fn resolve_operation_id(
operation_id: &str,
analysis: &SchemaAnalysis,
) -> Result<Resolution, OperationSelectionError>Expand description
Resolve a field whose contract is specifically one operation ID.
Unlike resolve_operation_selectors, this does not interpret
METHOD /path or tag:<name> syntax. It still uses analyzer alias metadata
so renamed and ambiguous source IDs receive the same actionable errors.