Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)