Replies: 1 comment
-
I was able to make a workaround. I used the underlying neo4j-graphql-js library and defined the typeDef myself and spun up an apollo server as mentioned in the readme over here and used that as a source in graphql-mesh. .meshrc.yaml:
neo4j-graphql.js
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use graphql-mesh with an existing neo4j database running on local and I'm not sure what to do for the following issue. The issue seems like the lack of support from the underlying neo4j-graphql-js library for this kind of complex relationship. I'm using Neo4j Version 3.5.25 Community Edition
Logs:
.meshrc.yaml:
Beta Was this translation helpful? Give feedback.
All reactions