Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MoonHighway/learning-graphql
The code samples for Learning GraphQL by Eve Porcello and Alex Banks, published by O'Reilly Media
https://github.com/MoonHighway/learning-graphql
apis apollo graphql learn-to-code react
Last synced: 2 months ago
JSON representation
The code samples for Learning GraphQL by Eve Porcello and Alex Banks, published by O'Reilly Media
- Host: GitHub
- URL: https://github.com/MoonHighway/learning-graphql
- Owner: MoonHighway
- Created: 2018-07-03T20:18:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T01:29:49.000Z (10 months ago)
- Last Synced: 2024-11-06T10:15:19.759Z (3 months ago)
- Topics: apis, apollo, graphql, learn-to-code, react
- Language: JavaScript
- Homepage: https://www.graphqlworkshop.com
- Size: 141 KB
- Stars: 694
- Watchers: 22
- Forks: 202
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learning GraphQL
=================
The code samples for *Learning GraphQL* by Eve Porcello and Alex Banks, published by O'Reilly Media| | |
|----------|----------|
| ![Learning GraphQL Book Cover](https://raw.githubusercontent.com/MoonHighway/learning-graphql/master/learning-graphql.jpg) | If you are ready to start building fullstack applications with GraphQL, Apollo, and React, this book is for you. In this book, Eve Porcello and Alex Banks provide a complete overview of GraphQL from the ground up which includes building your own full stack photo sharing application.
__Buy the book__: [Amazon](https://www.amazon.com/Learning-GraphQL-Declarative-Fetching-Modern/dp/1492030716) - [O'Reilly](http://shop.oreilly.com/product/0636920137269.do)
__Take the Course__: [GraphQL Workshop](https://www.graphqlworkshop.com)
|### Table of Contents
* __Chapter 1__ : [Welcome To GraphQL](https://github.com/MoonHighway/learning-graphql/tree/master/chapter-01)
* __Chapter 2__ : [Graph Theory](https://github.com/MoonHighway/learning-graphql/tree/master/chapter-02)
* __Chapter 3__ : [The GraphQL Language](https://github.com/MoonHighway/learning-graphql/tree/master/chapter-03)
* __Chapter 4__ : [Designing a Schema](https://github.com/MoonHighway/learning-graphql/tree/master/chapter-04)
* __Chapter 5__ : [Creating a GraphQL API](https://github.com/MoonHighway/learning-graphql/tree/master/chapter-05)
* __Chapter 6__ : [GraphQL Clients](https://github.com/MoonHighway/learning-graphql/tree/master/chapter-06)
* __Chapter 7__ : [GraphQL in the Real World](https://github.com/MoonHighway/learning-graphql/tree/master/chapter-07)