-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
FEATURE: 9.0 Node access flow query operations #5046
FEATURE: 9.0 Node access flow query operations #5046
Conversation
15337f0
to
84bc7c6
Compare
01f90dd
to
27fe1e9
Compare
Its to be discussed if there should be a FlowQuery for fetching the nodes name via |
${q(node).name()} I wouldn't mind that, node.name is something I have seen around in the wild from time to time. |
Fine as discussed with @kitsunet @bwaidelich there will be no preferred way to access the nodes name but it will be |
6c61483
to
c18ec8a
Compare
14a8010
to
6bcbfaa
Compare
6bcbfaa
to
540c605
Compare
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.
+1 by reading – thanks!
see #5022
Introduces
${q(node).id()}
${q(node).label()}
${q(node).nodeTypeName()}
Upgrade instructions
Review instructions
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions