GraphQL Start
  • What is GraphQL Start
  • 1. Getting Started
  • 2. Data Access
  • 3. Input Validation
  • 4. Security and Permissions
  • 5. Testing and Deployment
  • External Links
    • GraphQL.js
    • GraphQL API Examples
    • GraphQL API Playground
    • GraphQL API Chat (Discord)
    • Support me on Patreon 🎀
Powered by GitBook
On this page

Was this helpful?

What is GraphQL Start

GraphQL Start is a pragmatic guide that explains how to build a GraphQL API (server) from start to finish on top of Node.js stack using JavaScript and GraphQL.js library.

Next1. Getting Started

Last updated 5 years ago

Was this helpful?

In this tutorial you will learn:

  • How to organize your GraphQL API project

  • How to implement queries, mutations, and subscriptions

  • How to optimize API performance by using batching and caching

  • How to handle authentication and authorization

  • How to validate users' permissions and restrict access to the content

  • How to deploy your API into the cloud using serverless infrastructure

You need to be familiar with at least the basic concepts of Node.js and JavaScript.

1. Getting Started