Michael Hunger

Results 538 comments of Michael Hunger

Hi, this is shortcoming of the current plugin, it doesn't support spatial/datetime yet.

But we'll have support for that in one of the next releases when the neo4j-graphql-java library gets it which we expose via /graphql/experimental

I'm not 100% sure but it sounds like a issue with the graphql schema generated from the graph not one that's submitted. Do you run distance functions via `@cypher` directive...

Hmm the schema is part of the backup, but I don#t know how you `syncs the remaining changes from the core servers`. As it's not stored in a way that...

Yes that might be easier. The plugin has to store the schema somewhere. I don’t know why it wouldn’t sync it across a causal cluster. After all we store the...

@YeasterEgg ping :9

Currently you express them with passing in parameters like ``` { Person(firstname:"Arya", lastName:"Stark") { house killed { name }  } ``` We plan to adopt the filter syntax from graphcool...

GraphQL is weaker than Cypher but that's also intentional. It's also focused on tree-queries. For binding properties you can use field and query arguments. And you can use `@cypher` directives...

In neo4j-graphql-js we also support auth-directives now that allow filtering by roles and scopes. We also plan to add something like that in neo4j-graphql-java which then can be used via...