Do we have "higher order graphs"? Say, can we have graphs with vertices defined as edges of other graphs?
Is there any existing study on this?
Motivation:
Consider some graphs' embeddings, we can create curves whose endpoints are the graphs' embeddings' curves. If we think of this purely under graph theory, we get some sort of "higher order graphs". As we have higher-dimensional spaces in topology, why don't we study higher-order graphs? Or did we?
Sure! This is for example the situation with the Line graph, where each edge of a graph $G$ is a vertex in its line graph $L(G)$, and two vertices of $L(G)$ are connected iff the corresponding edges in $G$ have a common vertex.
This is very useful concept. See this wiki page for details.