We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Child of #28
Is a bit of a pain that I forgot about this, as it prevents the surfacing of inner aggregates to the top of query.
For example (test and very partial implementation in branch sisley/feat/I149-sum-of-sums):
query { users(groupBy: [Name]) { Name _sum(field: {_group: _sum}) _group (groupBy: [Verified]){ Verified _sum(field: {_group: Age}) } } }
The text was updated successfully, but these errors were encountered:
AndrewSisley
Successfully merging a pull request may close this issue.
Child of #28
Is a bit of a pain that I forgot about this, as it prevents the surfacing of inner aggregates to the top of query.
For example (test and very partial implementation in branch sisley/feat/I149-sum-of-sums):
The text was updated successfully, but these errors were encountered: