-
Notifications
You must be signed in to change notification settings - Fork 976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
links to graph operators #4618
links to graph operators #4618
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
```bash | ||
- plus operator [(`+`)](/reference/node-selection/graph-operators#the-plus-operator) | ||
- at operator [(`@`)](/reference/node-selection/graph-operators#the-at-operator) | ||
- asterisk operator (`*`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have issues to create content for the * and , operators?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont think so, i was going to create an issue to add the asterisk and comma operator tomorrow, however if you want to tackle that - feel free!
Co-authored-by: Matt Shaver <[email protected]>
Co-authored-by: Matt Shaver <[email protected]>
per slack therad, this PR spells out the graph operators and links to their links so users don't have to manually search for them. this pr also turns the examples into tabs for easier scrolling/navigation.