Can i make a graph that is an intersection of 2 graphs?

for example, i want my graph to be y = x^2, but i also want x > 1, so that the graph is actually an intersection of y = x^2 and x > 1. How can i do that?

Yes, you can add restrictions using curly braces, for example: Desmos | Graphing Calculator