fn check_stations_in_graph( graph: Res<'_, Graph>, stations: Populated<'_, '_, Entity, With<Station>>, intervals: Populated<'_, '_, Entity, With<Interval>>, names: Query<'_, '_, &Name>, )