From 8b41cdc2e1e9e9a36973eea2603ede15e39f69cc Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Fri, 30 Dec 2016 17:18:59 +0100 Subject: [PATCH] TOC update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa2d0bf..fbaecbb 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,15 @@ Integrates [apollo](http://www.apollostack.com/) in your [Vue](http://vuejs.org) - [Queries](#queries) - [Simple query](#simple-query) - [Query with parameters](#query-with-parameters) + - [Option function](#option-function) + - [Reactive query definition](#reactive-query-definition) - [Reactive parameters](#reactive-parameters) + - [Skipping the query](#skipping-the-query) - [Advanced options](#advanced-options) - [Reactive Query Example](#reactive-query-example) - [Mutations](#mutations) - [Subscriptions](#subscriptions) + - [Skipping the subscription](#skipping-the-subscription) - [Pagination with `fetchMore`](#pagination-with-fetchmore) ## Installation