Skip to content

Commit

Permalink
fixup! Add support for top level aggregates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Jul 11, 2022
1 parent 3b01a65 commit 66ae0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions query/graphql/planner/top.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func (n *topLevelNode) Init() error {
n.isInRecurse = false
}()

n.isdone = false
for _, child := range n.children {
err := child.Init()
if err != nil {
Expand Down

0 comments on commit 66ae0a4

Please sign in to comment.