Michael Hunger

Results 538 comments of Michael Hunger

@conker84 this is about finishing the work to add temporal types in neo4j-graphql-java in the same way they are done in neo4j-graphql-js @johnymontana or @michaeldgraham can certainly help. I already...

You will be able to use the new functionality using the /graphql/experimental endpoint until we switch over.

Great find @linonetwo we should add this to the readme and examples. https://github.com/facebook/graphql/blob/90e98c14307eafa07617cddffcf0019febaace79/spec/Section%202%20--%20Language.md#string-value

Does this work for you @steffenkoenig ?

Ok, sorry, we were too eager. It's not yet supported in the library. It's still a PR on the spec. https://github.com/facebook/graphql/pull/327

I asked for support for it in graphql-java and it sounds quite positive.

They added support for it, for the next version that adds graphql-java version 9 we should have this.

Did you push an idl to the graph before?

I tried to figure out a solution for that a while ago but it's not to pretty. ``` type Attribute { key: String! value: String } type PGNode { id:...

I still have to implement subscriptions for neo4j-graphql it's next on my todo list :)