This is an example showing the power of GraphQL and how to set it up using Node, Express and Express Middleware. It shows the basics of querying and mutation.
Ensure you have a copy of node and npm installed.
- donwload the git repo
- locate the folder
- run 'npm install' to install the node modules
- run 'npm start' to run the server
- go to http://localhost:5000 to use the test client
- go to the browser and locate http://localhost:5000/gql to try the graphql querying syntax in an ide (graphiql)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.