@@ -134,7 +134,7 @@ fn apply_common_transforms(
134134 connection_interface : & ConnectionInterface ,
135135 feature_flags : Arc < FeatureFlags > ,
136136 node_interface_id_field : Option < StringKey > ,
137- base_fragment_names : Arc < FnvHashSet < StringKey > > ,
137+ base_fragment_names : Arc < StringKeySet > ,
138138 perf_logger : Arc < impl PerfLogger > ,
139139) -> DiagnosticsResult < Arc < Program > > {
140140 let log_event = perf_logger. create_event ( "apply_common_transforms" ) ;
@@ -402,12 +402,8 @@ fn apply_typegen_transforms(
402402 project_name : StringKey ,
403403 program : Arc < Program > ,
404404 feature_flags : Arc < FeatureFlags > ,
405- <<<<<<< HEAD
406- base_fragment_names: Arc < StringKeySet > ,
407- =======
408405 node_interface_id_field : Option < StringKey > ,
409- base_fragment_names : Arc < FnvHashSet < StringKey > > ,
410- >>>>>>> d4315a7d83d ( Mostly working configurable node interface ID )
406+ base_fragment_names : Arc < StringKeySet > ,
411407 perf_logger : Arc < impl PerfLogger > ,
412408) -> DiagnosticsResult < Arc < Program > > {
413409 let log_event = perf_logger. create_event ( "apply_typegen_transforms" ) ;
0 commit comments