2759825251
* * created vuepress docs * chore: upgrade deps * docs: patreon link * Docs changes
Introduction
::: danger 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+. Live demo
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 developped and supported by the Meteor Development Group.
Links
Devfest Summit Example (with lots of features like SSR, OAuth, Realtime updates, Apollo Optics...)