Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaudinh/graphql-introduction

An introduction of graphql I've learnt from youtubers :))
https://github.com/chaudinh/graphql-introduction

Last synced: about 6 hours ago
JSON representation

An introduction of graphql I've learnt from youtubers :))

Awesome Lists containing this project

README

        

# An introduction to GraphQL

This repo is what i've learnt about GraphQL and it's server - apollo-server from Ben Awad

Note: Checking the cheetsheet PDF file for the complete and handy guide.

## What we will cover?

- Set up and query requests

- Basic Types

- How GraphQL resolvers work

- How GraphQL subscriptions work