hackernews-node

GraphQL server API for hachernews by howtograpql tutorial.

Stars
0

GraphQL Server API for Hacker News clone

Technology

Contents

  • Query, Mutation, Subscription

  • Schema Definition Language(SDL)

  • Resolver function

  • Connecting Server and Database with Prisma Client

  • Authentication

  • Realtime GraphQL Subscriptions

  • Filtering, Pagination & Sorting

参照

Building a GraphQL Server with Node.js & Prisma Tutorial

howtographql/howtographql: The Fullstack Tutorial for GraphQL

Hacker News