Master GraphQL Badge
Goals
- Understand the difference between GraphQL and REST APIs
- Understand GraphQL Schema language and how to construct a complete schema
- Understand client-side GraphQL and demonstrate it with a library
- Understand GraphQL resolvers and how to write a GraphQL Server
- Understand GraphQL Subscriptions
Requirements
- [ ] GraphQL Intro
- [ ] Schemas
- [ ] GraphQL Client
- [ ] GraphQL Server
- [ ] GraphQL Subscriptions
Work In Progress