-
Would be good to have some documentation that gives at least more usage driven examples, and maybe even some kind of comparison between kaiso and some of the other other python neo4j tools such as py2…
-
First, sorry for the long text. But I could explain it better that way. 😄
**Describe the bug**
As I understand, fields at root level (queries or mutations) are resolved by neo4j/graphql with inde…
-
Hello,
I receive a message on dasbhboard like
An Error ocurred while processing a Block: Origin Transaction not found, and the block number 107906 is currently being processed for a long time Is…
-
This feature requests serves as a central place to discuss development and progress for the Neo4j connector.
-
Hello!
I try to upgrade to Neo4j OGM 4.0.0 with spring-data-neo4j 5.3.9.RELEASE and now see the following exception:
```
java.lang.NoClassDefFoundError: org/neo4j/ogm/autoindex/MissingIndexExc…
-
Upgraded to 4.1x (tried most of the minor updated all the way to 4.1.1) causes the following error any time a write is attempted
`Neo4jError: Writing in read access mode not allowed. Attempted write …
-
Put together a couple well-documented tutorial projects. Make sure to hit major differences between neo4django, Django proper, and using a bare REST client.
- Auth workarounds and native auth.
- Lack …
-
I can't figure out how to remove a simple relationship. Suppose I have a Person Entity which has a collection of friends (also Person). Say John is friend with Jimmy. I did the following:
```php
$…
-
We can use ImpersonatedUser at the time of using neo4j java driver like below:
Session session = neo4jDriver.session(SessionConfig.builder().withDatabase(neo4jDB).withImpersonatedUser(userName).bui…
-
**Is your feature request related to a problem? Please describe.**
In my GraphQL Schema, I have some types which are only used to return data via the @customResolver directive. Like the following:
…