Grant Forrest
Grant Forrest
Apologies for my misunderstanding here, we tried rolling back the inclusion of this library and found similar problems existed. I do think some more documentation on usage with subscriptions and...
Sorry folks, I was a lot less mindful of Github notifications before the new UI. Missed this one. This was my first library and I'm not super proud of it...
Welp, sad to say I published this lib under some old NPM account and I have no idea what email it was attached to. Worst case it was my email...
I'll make some revisions and open it soon as I'm able
Nevermind, I only just realized there's a plain `.where`!
Yeah, makes sense. Still glad it's part of the API, since the alternative is doing the JS filtering myself, which won't have any chance opt me into that optimization when...
This seems like a very powerful feature and I'd love to see it added. In particular I think this would give a massive boost to the GraphQL->Cypher use case seen...
If there's any interest, I ended up supporting this feature somewhat in my own GraphQL-Cypher translation library: https://github.com/a-type/graphql-cypher However, I stopped using Neo4J, so it's kind of dead. The code...
@robmurtagh The advantage for both `neo4j-graphql-js` and `graphql-cypher` is the ability to translate deeply nested GraphQL queries to Cypher efficiently to reduce the total number of DB round-trips. For instance,...
Would be happy to help, should have a PR up soon.