-
I get this error when running the command "RETURN graphql.schema()"
Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure `graphql.schema`: Caused by: java.lang.IllegalArgumentE…
-
I'm new to Neo4J & attempting to start up a GraphQL server from within Neo4J Desktop, however when opened it reports "Local GraphQL server not running".
When I click the 'Start' button, shortly aft…
-
As suggested in #269, a command line interface for executing utility tasks could be helpful for executing some one-off tasks, such as:
1. writing augmented type definitions to file
1. writing gene…
-
Created by: @styk-tv
Source: https://github.com/RedisGraph/RedisGraph/issues/347
Has anyone tried using RedisGraph with Apollo/Yoga and Neo4j-graphql-js npm module? Idea here is to take advantage of a…
-
**Memgraph version**
2.11
**Environment**
- Python 3.11
- Neo4j Client 5.12 integrated within FastAPI
- Memgraph running in Docker with storage mode IN_MEMORY_TRANSACTIONAL
**Describe the b…
-
Hi I can run this query in Neo4j's Desktop browser but when doing it in GraphQL it returns "Cannot return null for non-nullable field X"
This is my query:
OPTIONAL MATCH (u:User { userna…
-
Hello
It would be so powerfull and incredible if your library was able to take the existing graphql schema (Type-Defs) used by neo4j-graphql-js library to automatically set your OGM for graphql mut…
-
When trying to use the schema generated by `neo4j-graphql-js` with [reason-react-apollo](https://github.com/kgoggin/reason-react-apollo), I ran into issues because of the way `neo4j-graphql-js` prefix…
-
To support the case where Neo4j property keys do not match the valid names for GraphQL fields a `@property` schema directive could be used to specify the mapping, allowing for aliasing GraphQL fields …
-
Has anyone tried using RedisGraph with Apollo/Yoga and Neo4j-graphql-js npm module?
Ability to take IDL schema definitions of GraphQL and convert it into Cypher without writing resolvers (you get …