Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :))
- Host: GitHub
- URL: https://github.com/chaudinh/graphql-introduction
- Owner: ChauDinh
- Created: 2019-07-28T14:16:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:55:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:42:29.922Z (over 1 year ago)
- Language: JavaScript
- Size: 3.66 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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