-
Notifications
You must be signed in to change notification settings - Fork 64
Add ALL keyword to RETURN clause as part of GQL compliance #1139
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
Add ALL keyword to RETURN clause as part of GQL compliance #1139
Conversation
5639c4c to
80d4f1c
Compare
80d4f1c to
01c478c
Compare
|
This PR includes documentation updates Updated pages: |
hvub
left a comment
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.
👍
| [[with-all-results]] | ||
| == WITH ALL | ||
|
|
||
| Projecting all results can also be accomplished by explicitly including `ALL` in the `WITH`. | ||
|
|
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.
It isn't introduced for GQL compliance, WITH doesn't exist in GQL, it was introduced for consistency
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.
Ah yes, sorry!
| [[with-all-results]] | ||
| == WITH ALL | ||
|
|
||
| Projecting all results can also be accomplished by explicitly including `ALL` in the `WITH`. | ||
|
|
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.
It isn't introduced for GQL compliance, WITH doesn't exist in GQL, it was introduced for consistency
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
Added ALL keyword for GQL compliance for RETURN, and for consistency to WITH