Skip to content

ahstn/node-graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js GraphQL Example

A simple GraphQL example using Node.js, Express.js, PostgreSQL and Sequelize

###Usage Start the server

npm start

Navigate to the GraphQL endpoint

http://localhost:3000/graphql

Add any query to the url paramater, for example:

http://localhost:3000/graphql?query={customers{first_name, last_name, email}}
http://localhost:3000/graphql?query={customers(id: 1){first_name, last_name, email}}

About

A simple GraphQL example using Node.js, Express.js, PostgreSQL and Sequelize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published