Introduction
  • Course overview
  • What is GraphQL?
  • GraphQL vs REST API's
Core concepts
  • Introduction
  • Fields & Arguments
  • Aliases & Fragments
  • Variables
  • Queries & Mutations
Preparations before building an API
  • Introduction
  • Creating the project structure
  • Installing dependencies
  • Configuring Babel
  • Dummy database
Building the API
  • Introduction
  • Implementing "Object types"
  • Implementing "Queries"
  • Implementing the "Input Object Types"
  • Implementing "Mutations"
  • Combining everything into a Schema
  • Testing our API
GraphiQL
  • What is GraphiQL?
  • Installing & configuring GraphiQL
  • Using GraphiQL
Conclusion, wrap-up & downloads
  • Conclusion & next steps
  • Source code & useful resources