Michael Hunger
Michael Hunger
Yes good idea. but Node is already taken by GraphQL so it would probably be something like `Audited` Alternatively we could allow a user to specify their own interface and...
I think that was related to the sampling and I think I fixed it recently. Just needs a release. For now can you just post a schema that has the...
Did you use a SDL or derive the schema from the data ?
Multi means cardinality. single vs. multiple
Really odd, it shouldn't make a difference. It's a implementation change we have to do about the sample size.
As that quickly becomes a full fledged query language I’d prefer the custom resolver or better a cypher directive. Leaving updates by arbitrary properties to the client calling can quickly...
The mutation does whatever is matched by the id, if you have 10 objects with he same id (or filter in your case) all would be updated. Otherwise you'd get...
Can you check the /graphql/experimental endpoint? That should support it. It’s the new library we’re writing and using for the translation on the jvm
it could be that it misses id - fields for both movie and person. i.e. a field with type ID in your schema or a unique constraint in your neo4j...
Did you check that?