GraphQL Backends for Freontend Devs

By Subramanya Chakravarthy

Elevator Pitch

GraphQL has been adopted mostly in the frontend, but creating or incrementally adopting backends with graphql is a tedious task. I am gonna walkthrough on creating graphql backends with Prisma

Description

  • Authentication using JWT
  • Convert third-party API to GraphQL
  • Creating Data Models

Notes

In this talk, I am gonna show how to make authentication, and then using third party API to retrieve data and save to a database, then proceed to creating Data Models