Skip to content

luddit3/apollo-angular-introduction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Step by step introduction to Apollo Angular

Use GraphQL in your Angular application and get advantage of code generation.

How to start?

Take a look at commits. You'll see a step by step process of using apollo-angular in a very simple Angular application. Each commit contains a title and description. Please don't skip commits!

What you will learn?

  • How to setup Apollo Angular
  • How to query data
  • How to mutate data
  • What's the difference between Apollo.query and Apollo.watchQuery
  • How Apollo's cache works
  • How to make your queries strongly typed
  • How to avoid writing types and interfaces by hand
  • How to use code generation to make it all easier

Read more

About

Use GraphQL in Angular - step by step - includes code generation

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 86.4%
  • JavaScript 11.2%
  • HTML 1.9%
  • CSS 0.5%