Michael Hunger

Results 538 comments of Michael Hunger

see: https://github.com/neo4j-graphql/neo4j-graphql/issues/44

It's planned to be added by using an `@relation` directive on a type and then annotating `@source` and `@target` fields within. I just haven't gotten around to it. Can you...

it's just another automatically generated mutation for each type.

If you posted your IDL you should see it e.g. in GraphIQL in the generated MutationType. With 3.5.0.3 at least.

Sorry that you had these issues. I added changes both for 3.4 and 3.5 and will do a release soon. If you want to test this pre-release, here are the...

If the graph data itself propagates, then the schema should also propagate. We store it in graph metadata that's not accessible via cypher and also an timestamp when it was...

Yes because the filter would have to be integrated into your cypher query to be efficient. So we'd have to have a substitution means in the cypher query that would...

can you try that on the /experimental endpoint? which is based on neo4j-graphql-java

Can you try to use: `friends_some : { name_not: null } ` Currently there is no generic, "does exist" But it's a good idea to add.

Really odd, because we actually have an explicit OPTIONS method. https://github.com/neo4j-graphql/neo4j-graphql/blob/3.4/src/main/kotlin/org/neo4j/graphql/GraphQLResource.kt#L32