Ratheshprabakar / graphql-talk-2021

Code Files for GraphQL Talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with GraphQL for Frontend Devs

What is GraphQL? Query, Mutation & Subscription. Using GraphQL with React and Node with Apollo. Tesing GraphQL.

Slides

Slides Link

Branches

  • master : Contains CRA starter code.
  • query : Contains react code of GraphQL query for a blog site.
  • mutation : Contains react code of GraphQL mutations for a blog site.
  • subscription : Contains react code of GraphQL subscriptions for a blog site.
  • server : Contains react code with the code for GraphQL server

Use git checkout <branch-name> to navigate to the code.

Backend Playground

Playground

About

Code Files for GraphQL Talk


Languages

Language:JavaScript 41.5%Language:HTML 38.0%Language:CSS 20.5%