GraphQL server with Typescript and Prisma 2
This is a basic GraphQL server, using GraphQL concepts such as Mutation, Query, Subscription, Schema driven development and Resolvers (with typescript).
- Prisma: Uses Prisma Client which is responsible for database access and manipulation.
- Typescript (need improvements): All resolvers, query and mutation are typed.
- graphql-yoga: A simple and fast GraphQL server library with several features (realtime subscriptions, and GrapgQL Playgrounds).
Just clone the repository and run yarn install
or npm install