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 Clientinitial
- starting code that already has application UI, correct webpack loaders, set up Apollo Client and has all queries/mutations ongraphql
folder. However, you still need to write Apollo code in Vue components, as well as create correct resolvers for local queriesrest
- fancy experiment with using REST API endpoint wrapped with Apollo Clientmock
- mocking API response with Apollo Resolver