/sample-graphql

Primary LanguageTypeScriptMIT LicenseMIT

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.