Let's say you found a way to solve graph isomorphisms in polynomial time, so far I am aware that you can solve all cases using László Babai's algorithm in quasi-polynomial time.
Are you able to transform the traveling salesman problem into a graph isomorphism?
I will assume that by 'transform into' you mean a polynomial time reduction.
According to Wikipedia, it is not known whether the graph isomorphism problem is NP complete or not.
If there is a polynomial time reduction from TSP to the graph isomorphism problem, then the graph isomorphism problem is NP complete, since TSP is NP complete.
In conclusion, we don't know.