Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 945 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 945 Bytes

Rick & Morty meet Apollo Client

This is a demo application built with Rick & Morty API to show the power of Apollo Client within the Vue application.

  • master - a finished example with local state management on Apollo Client
  • initial - starting code that already has application UI, correct webpack loaders, set up Apollo Client and has all queries/mutations on graphql folder. However, you still need to write Apollo code in Vue components, as well as create correct resolvers for local queries
  • rest - fancy experiment with using REST API endpoint wrapped with Apollo Client
  • mock - mocking API response with Apollo Resolver