Skip to content

luansantosti/graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-example

Simple implementation of a graphql server, it will be updated with improvements/examples frequently.

You can use the serverMock to use it with some mock arrays or serverWithMongo to use with mongoose, just change it on package.json.

Install dependencies

yarn

Run graphql server

yarn start

Playground at

http://localhost:5000/graphql

Update schema.graphql

yarn update-schema

About

Implementation of a graphql server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published