From 32d6ec2aea3086cebaecc6205e1b8c23752c5772 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 22 May 2018 17:29:11 +0200 Subject: [PATCH] docs: isLoading --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7da0b60..cb66f26 100644 --- a/README.md +++ b/README.md @@ -1259,6 +1259,7 @@ Scoped slot props: - `result.networkStatus`: See [apollo networkStatus](https://www.apollographql.com/docs/react/basics/queries.html#graphql-query-data-networkStatus) - `result.times`: number of times the result was updated - `query`: Smart Query associated with the component +- `isLoading`: Smart Query loading state Events: