Skip to content

dotansimha/graphql-angular-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL (Apollo) and Angular workshop

GraphQL and Angular 2

This workshop goes through the following:

  • How to create GraphQL schema and server (with Express).
  • Creating Angular 2 application with @angular/cli and fetch data from GraphQL server with Apollo.
  • Wrap existing REST services with GraphQL, and optimize it with Dataloader.
  • Implement GraphQL mutations with optimistic response.
  • Implement client-side pagination with Angular 2, RxJS and GraphQL.

If you are looking for a similar workshop using GraphQL and React, check out graphql-react-workshop by @davidyaha !

Chapters

  • Step 1 - GraphQL Basics
  • Step 2 - Create GraphQL Server and Schema
  • Step 3 - Create Angular 2 application with GraphQL and Apollo
  • Step 4 - Fetch data from external data sources
  • Step 5 - GraphQL Mutations and Optimistic Response
  • Step 6 - Pagination

This repository and tutorial created with Tortilla.

Begin Tutorial >