neo4j-graphQL icon indicating copy to clipboard operation
neo4j-graphQL copied to clipboard

Instructions

Open jhuenges opened this issue 8 years ago • 10 comments

Hey, I would love to use your code - but I would need some more instructions on how to use it. Can you elaborate on how to use it?

jhuenges avatar Aug 04 '16 21:08 jhuenges

Getting this error on npm run start - Unhandled rejection Error: Store fields must be an object with field names as keys or a function which returns such an object.

debugpoint136 avatar Aug 22 '16 20:08 debugpoint136

Hi, Thanks for your interest in my project Yes - I will try to elaborate on this when I get some time - hopefully this week / weekend Out of curiosity - what do you want to use it for ?

Sent from my iPad

On 4 Aug 2016, at 22:52, jhuenges [email protected] wrote:

Hey, I would love to use your code - but I would need some more instructions on how to use it. Can you elaborate on how to use it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jhwoodward avatar Aug 22 '16 21:08 jhwoodward

Hi, not sure why - I'll try to have a look when I get some time this week.

Sent from my iPad

On 22 Aug 2016, at 21:59, Deepak Purushotham [email protected] wrote:

Getting this error on npm run start -

Unhandled rejection Error: Store fields must be an object with field names as keys or a function which returns such an object.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jhwoodward avatar Aug 22 '16 21:08 jhwoodward

I would like to use neo4j together with Apollo and Meteor to create some kind of a social network

jhuenges avatar Aug 22 '16 21:08 jhuenges

I want to use it for a university based matching system to allow others around the school to find each other for coffee or lunch based on interests or job skills. Currently its in Laravel/PHP but I am trying to convert it to React/Redux and would love to have more documentation on how to use this project bridging GraphQL and Neo4J

wkolcz avatar Sep 07 '16 13:09 wkolcz

@jhwoodward any update on this? It seems like this would be really useful! Would you mind explaining the process of how you built 1 fat query from evaluating the graphql request if you're unable to write a guide on how to use this?

creatzor avatar Oct 22 '16 21:10 creatzor

+1 On the documentation. It may be great but we need to know how to use it :)

jthompsonmsm avatar Dec 06 '16 10:12 jthompsonmsm

Yes... So sorry - I'm really pushed for time at the moment. Thanks for the feedback. I'll try to address this soon !

jhwoodward avatar Dec 06 '16 20:12 jhwoodward

@albert-the-creator the resolver iterates through the graphql query recursively and builds a cypher query string using the pre-defined schema. You should be able to get an idea of it from looking at the code. When I get some time I'll try to provide some documentation on how to use it, and possibly extend it to optionally infer the schema from an existing database.

jhwoodward avatar Dec 06 '16 20:12 jhwoodward

@jhwoodward awesome! have you seen this project? https://github.com/neo4j-contrib/neo4j-graphql

creatzor avatar Dec 06 '16 20:12 creatzor