Michael Hunger

Results 538 comments of Michael Hunger

@Andy2003 we should revisit if we still need the slotted runtime requirement (there used to be a bug) and if not if removing the runtime is enough to make fabric...

The pre and post processing should be possible in your code using the transpiler. Preprocessing via graphql java apis Ie parse/modify/generate. We could add another method that takes the ast....

Do you have a concrete example? Esp. of the response. In GraphQL itself null values are allowed.

Are you sure Tableau can handle the billions of records? You can use SKIP and LIMIT clauses with your Cypher query to fetch your data.

Break it up into 2 steps 1. input type for sorting 2. optionally deep sorting question: how do we manage the backwards compatibility if any.

Would need to align with neo4j-graphql-js perhaps we can call the new field: sortBy or sort /cc @johnymontana

Thanks a lot also for the example. I don't think we added support for unions yet, we plan to do it in https://github.com/neo4j-graphql/neo4j-graphql-java and then it will be available in...

Subscriptions will be added using domain events. something like this: ``` subscription { profile: [Profile] @event(["Person","Profile"]) } mutation { addPerson(…) @event("Person") } ``` Auto-generated mutations will get an event based...

If it uses SSL, could you try to open the Neo4j SSL URL (Port 7473) in the tableau WDC UI and accept the certificate? /cc @ralfbecher You're also both in...