Skip to content

mhmtszr/Node.js-GraphQL-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js GraphQL Helper

Example usage of GraphQL on Node.js.

Run the Node.js Code

Get packages

npm install

Run app.js and see the output of some CRUD operations

npm start

Go to automated generated documentation GraphiQL

http://localhost:5000/graphql

Examples

We are adding Dmitri Gluhovski and his book Metro 2033:
mutation
Response:
mutation_response
Let's see all the books:
query
Response:
query_response

About

Example usage of GraphQL on Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published