Introduction
WARNING
This README is related to Apollo 2.x support. For the old release (supporting only Apollo 1.x), see here.
This library integrates apollo in your Vue components with declarative queries. Compatible with Vue 1.0+ and 2.0+.
Sponsors
Silver
Become a sponsor
Is your company using vue-apollo or vue-cli-plugin-apollo to build awesome apps? Join the other patrons and become a sponsor to add your logo on this documentation! Supporting me on Patreon allows me to work less for a job and to work more on Free Open Source Software such as vue-apollo! Thank you!
Slides
If you never heard of GraphQL or Apollo, here is a sneak peek:
What is GraphQL?
GraphQL is a specification that aims at easing the communication between frontends and backends. It mainly consists of a Schema Language for the server and a Query Language for the client.
What is Apollo?
Apollo is a set of tools and community effort to help you use GraphQL in your apps. It's well known for its client and its server. Apollo is developed and supported by the Meteor Development Group.
Links
Devfest Summit Example (with lots of features like SSR, OAuth, Realtime updates, Apollo Engine...)