Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 753 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 753 Bytes

Stack

  • GraphQL Server The server uses graphql-yoga which is based on Apollo Server & Express
  • Static type generation: TypeScript types for GraphQL queries & mutations are generated in a build step
  • Authentication: Signup and login workflows are ready to use for your users. Uses passportJS for auth with Github credentials.
  • GraphQL database: Includes GraphQL database binding to Prisma (running on MySQL)
  • Tooling: Out-of-the-box support for GraphQL Playground & query performance tracing
  • Realtime updates: Support for GraphQL subscriptions