cypher-query-builder icon indicating copy to clipboard operation
cypher-query-builder copied to clipboard

Query typing

Open Bastianowicz opened this issue 5 years ago • 1 comments

I introduced a returnObject-Method to allow the following statement: RETURN { foo: bar } and an optional generic G which represents the graphmodel of the cypher (the nodes and relations that are accessable in the methods). This prevents you from comparing or using non-existent properties, nodes or relations. 99% of the changes are compatible with former versions and the new generics are all optional.

Bastianowicz avatar Jan 07 '21 16:01 Bastianowicz

@jamesfer is this something that is interesting for the project? Just let me know some of your thoughts

Bastianowicz avatar Jan 15 '21 11:01 Bastianowicz