sample-graphql
This is a sample graphql server built with Typescript + Apollo Server
Launch server
yarn install
+ yarn dev
Graphql Tutorial
Notes
- All data stored in memory, no DB involved.
This is a sample graphql server built with Typescript + Apollo Server
yarn install
+ yarn dev