graphql-server-example
v1.0.0
Published
1.) To Run Cypher Queries
Readme
1.) To Run Cypher Queries
Step1: npm install Step2: cd ./Neo4j Step3: node app.js
2.) To Run GraphQL 2.1) RUN SERVER
https://www.apollographql.com/docs/apollo-server/getting-started/
Step1: cd ./GraphQl/server
Step2: npm install
Step3: npm start
2.2) RUN Client
https://www.apollographql.com/docs/tutorial/introduction/
Step1: cd ./GraphQl/client
Step2: npm install
Step3: npm start
You will be directed to local http://localhost:3000/