/hackernew-graphql-server

Simple GraphQL server with Prisma and Typescript

Primary LanguageTypeScriptMIT LicenseMIT

Hackernews GraphQL Server Clone


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).

Features

  • 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).

Quickstart

Just clone the repository and run yarn install or npm install