Learning GraphQL Part 1: Setting up Apollo GraphQL server and React app
How to setup an Apollo GraphQL server with a basic schema and consume the same in a React app with vite
Sep 11, 20227 min read186

Search for a command to run...
Series
In this series I will be documenting my learning experience while setting up an Apollo GraphQL server with a basic schema and consuming it in a React app.
How to setup an Apollo GraphQL server with a basic schema and consume the same in a React app with vite

How to deploy an Apollo GraphQL server to railway.app

How to setup a React app configured with vite to consume data from a GraphQL backend locally and in production.
