From [change log of 5.23](https://neo4j.com/release-notes/database/neo4j-5/) ``` Naked CALL subquery (no parameters), e.g CALL {…} is deprecated and should be replaced with CALL() {…}. ``` Find all use of `CALL {}` and use `CALL ()`, one of the example is in [union query support](https://github.com/neo4jrb/activegraph/pull/1693/files#diff-7c2ab6f9fffcc0eeb9b92f3d0f3097cfa0f63e7b7e5516013c54791204050432R379)