Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 258 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 258 Bytes

sample-graphql

This is a sample graphql server built with Typescript + Apollo Server

Launch server

yarn install + yarn dev

Graphql Tutorial

graphql-tutorial.md

Notes

  • All data stored in memory, no DB involved.