From bb7b2fa3a0868bb5a72d9294855f0ac2b6d44ae5 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Thu, 30 Aug 2018 14:18:10 +0200 Subject: [PATCH] docs: sponsoring --- docs/guide/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/guide/README.md b/docs/guide/README.md index 6a7ec5a..e1cf644 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -6,6 +6,22 @@ This README is related to Apollo 2.x support. For the old release (supporting on This library integrates [apollo](https://www.apollographql.com/) in your [Vue](http://vuejs.org) components with declarative queries. Compatible with Vue 1.0+ and 2.0+. [Live demo](https://jsfiddle.net/Akryum/oyejk2qL/) +## Sponsors + +

+<Your logo here> +

+ +## 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! + +

+ + Become a Patreon + +

+ ## What is GraphQL? [GraphQL](https://graphql.org/) 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.