Michael Hunger

Results 538 comments of Michael Hunger

How do you currently define `DateTime` and the custom mapping from the native type?

You mean with custom converters? You'd have to register them somehow e.g. with a directive on the scalar. I actually looked into that one last night and it seems that...

We could have some simple conversions for specific types that you could just refer to by name / format. But probably need to think about it a bit.

Please note that the existing/old transpiler in neo4j-graphql (the plugin) doesn't support those at all. The *new* implementation in neo4j-graphql-java does, and should be available under /graphql/experimental. Please try that...

The `Person` field bit in your query doesn't make sense. It should be `from` as that's the key name.

In the transpiler you can also provide other names in the directive for `from` and `to`.

Anyone else who is affected by Neo4j Browser in 3.2 not being able to use http(s) anymore, can you please drop an email with all details (why exactly you need...

Hi, I'm sorry temporal properties are not yet supported by the plugin. We plan to alleviate that when we switch the transpiler to https://github.com/neo4j-graphql/neo4j-graphql-java Until then you'd either have to...

What does your tech-stack look like?

If you are using frontend technologies (i.e. javascript/typescript) on the server side too, did you check out grandstack.io and neo4j-graphql-js ? Both of which **already support the temporal types**. For...