Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 434 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 434 Bytes

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