-
Please consider adding autogenerated merge mutations similar to those in neo4j-graphql-js.
Merge mutations are very convenient for my use case of ingesting event data since it simplifies the code a…
-
Hello,
In the old `neo4j-graphql-js` library it was possible to access the result of graphql translation to cypher
```typescript
import {cypherQuery } from `neo4j-graphql-js`;
...
let cyphe…
-
**Describe the bug**
`OGMModel.create({input: [batch]})` generates a gigantic Cypher query for batch inserts and makes the planner and runtime choke.
**Type definitions**
If applicable, add your …
-
Has anyone tried using RedisGraph with Apollo/Yoga and Neo4j-graphql-js npm module? Idea here is to take advantage of awesomeness of neo4j-graphq-js module and its ability to autogenerate of queries a…
-
As explained in https://github.com/neo4j-graphql/neo4j-graphql-java/issues/64 I would suggest to change the way sorting is defined.
> Given the Schema:
>
> ```graphql
> type Movie {
> title:…
-
**Describe the bug**
Given the existing test
https://github.com/neo4j/graphql/blob/7ad1e91e1247e72998cb40403f3ed4ef0faa045c/packages/graphql/tests/tck/directives/customResolver.test.ts#L151-L169…
-
### Issue Description
When you run the canonical code from: https://github.com/CosmicDNA/neo4j-graphql-example-nextjs/tree/5385e091ce68004de94bda184c940e69a09c7dee,
with `yarn run dev` and go to `…
-
We use the _in filter functionality of neo4j-graphql-js (https://github.com/neo4j-graphql/neo4j-graphql-js/blob/master/docs/graphql-filtering.md) in many of our queries. It's easy and convenient. Howe…
-
When you run the canonical code from: https://github.com/CosmicDNA/neo4j-graphql-example-nextjs/tree/5385e091ce68004de94bda184c940e69a09c7dee,
with `yarn run dev` and go to `/api/graphql` path, the…
-
REMAINING TASKS:
- [ ] Test all migrated services in dev environment
- [ ] Make new db dump from production database
- [ ] Make db upgrade on production server
- [ ] ensure that web pages and entire S…