Michael Hunger

Results 538 comments of Michael Hunger

oh yes, sorry that's not meant to work. it's passed as a map so you'd have to do explicitely implement it in something like `WHERE $filters.id = p.id OR ...`

Probably for now, we're working on a client-side solution for java middleware in https://github.com/neo4j-contrib/neo4j-graphql-java

yes dynamic fields are different, we have to figure out how to integrate them in a better way.

Which ones exactly? Can you spell the missing ones out?

Unfortunately that is not yet possible and is also not advocated. You should use an id that can be used externally not an internal id.

e.g. you could use an id that uses a UUID

Sorry didn’t see your message. Did you try the experimental endpoint which does that. That will become the default with the next version.

It will be in the next release (3.3.0.2)

@Phosphor-zhl could you please test it?

Regarding null-ness: https://medium.com/@calebmer/when-to-use-graphql-non-null-fields-4059337f6fc8 > This is a less obvious downside of non-null fields, but one you should consider nonetheless. Whenever an error happens in a non-null GraphQL field then that...