-
I'm using the GRANDstack and when attempting to access a formatted Neo4j datetime on a relationship type I am running into this TypeError:
```
[
TypeError: Cannot read property 'value' of undefin…
-
I setup a neo4j sandbox DB, and ran `npx create-grandstack-app`. When I run `npm run seedDb` from `/api` subfolder, I get the following error message:
```
Error: Error: request to http://0.0.0.0:4…
-
Hi guys,
In Neo4j and GraphQL schema I have nodes of type Task, that have the property "endDate", which are of type Neo4jDateTime. The property "endDate" can also be null.
In this context, I wan…
-
I am making a photo gallery site, and photo urls are generated on the server and not managed by the neo4j database.
This is currently my typedefs:
```graphql
type PhotoURL {
thumbnail: Strin…
-
Currently we are not able to execute aggregation queries in neo4j-graphql-java
e.g counting number of nodes with some filter, max values
https://neo4j.com/docs/graphql-manual/current/queries/
htt…
-
**Describe the bug**
Current `@default` validation does not provide the correct error message for some typeDefs.
For instance:
`Time` issue:
```graphql
type typeNode {
time: Time @default(…
-
I don't know if this is issue goes in this repo or in the apollo-server-lambda. Anyway, I put it here because the function that is causing the blockage is from this library.
We're trying to use the…
-
Hi neo4j graphql team:
Ask a question, when I define this type(Factory), I then execute Graphql statement, can not use filter, as shown below. Please enlighten, look forward to your reply.
Neo4j…
-
Hi, I want to satisfy a `union` type with a Map. Regular types can be satisfied with maps without any problem, but when a `union` is involved, an error `Expected a Node, got: Map` is thrown. I test…
-
When installing the latest version of the package I'm getting a peer dependency issue among other warnings:
```
$ npm install --save neo4j-graphql-js
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unabl…