A basic boilerplate with GraphQL in Node.js written in typescript
TypeScript
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.env.example
LICENSE
package.json
readme.md
tsconfig.json
tslint.json
yarn.lock

readme.md

GraphQL 101

TODO

  • Create boilerplate code
  • Add logic for facebook oauth
  • Add logic for google oauth
  • Handle sessions
  • Add userDetails mutation and query
  • Add test cases