Articles by Victoria
All collections

GraphQL for Beginners

7parts

From a first schema to a real-time chat app and a payment system, building up GraphQL by actually using it rather than by reading the spec.

  1. 1GraphQL for Beginners: Introduction
  2. 2GraphQL for Beginners: Setting Up GraphQL Server
  3. 3GraphQL for Beginners: Schema-first vs Code-first
  4. 4GraphQL for Beginners: Subscriptions, Schemas and Servers
  5. 5GraphQL for Beginners: Fetch Data from GraphQL APIs with Apollo Client
  6. 6GraphQL for Beginners: Build Real-Time Chat App with Apollo Client and React
  7. 7GraphQL for Beginners: Implementing a Robust Payment System