By definition, an $n$-star graph, $n \geq 3$, consists of $n+1$ nodes: one node of degree $n$ and $n$ leaves. This is just the complete bipartite graph $K_{1,n}$.
Is there a name for a star-like graph where instead of leaves we allow paths of arbitrary length? In other words, a tree with exactly one node of degree $n$ and all other nodes of degree $\leq 2$.
Wolfram calls them "spiders" and I also heard that name in lectures before. I don't know how well-established the notation is, but I think it's pretty intuitive.
Did you mean a finite spider graph or do you want to consider infinite "legs"? Those would still fit your definition.
Another definition in Wolfram-speech would be "tree with only one fork".
There are also caterpillar and lobster-graphs, which are also mentioned on the website.