Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimobrian/graphql-course
A complete GraphQL course monorepo
https://github.com/kimobrian/graphql-course
apollographql expressjs graphql nodejs subscriptions-transport-ws
Last synced: about 4 hours ago
JSON representation
A complete GraphQL course monorepo
- Host: GitHub
- URL: https://github.com/kimobrian/graphql-course
- Owner: kimobrian
- License: mit
- Created: 2018-01-31T11:16:27.000Z (almost 7 years ago)
- Default Branch: lesson3F
- Last Pushed: 2022-12-22T07:33:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:11:40.943Z (7 months ago)
- Topics: apollographql, expressjs, graphql, nodejs, subscriptions-transport-ws
- Language: JavaScript
- Size: 1.52 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL-Course
A complete beginner to intermediate GraphQL course.## Branches
- **lesson1** - Query and Mutation implementation. Introduction to GraphQL concepts. Code under `packages/server/server.js`
- **lesson2A** - Code refactor into different files. Code under `packages/server`.- Implementation for Subscriptions. Code under `packages/server`
- **lesson2B** - Implementation using `graphql-yoga` Code under `packages/yoga`
- **lesson2C** - Implementation for `graphcool`. Code under `packages/graphcool-books`
- **lesson2d** - Implementation for `prisma`. Code under `packages/prisma-books`
- **Lesson3A-3F** - Implementation for `React`. Code under `packages/client`