We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0ab57 commit fa74bbbCopy full SHA for fa74bbb
packages/docs/src/api/dollar-apollo.md
@@ -5,8 +5,8 @@ This is the Apollo manager added to any component that uses Apollo. It can be ac
5
## Properties
6
7
- `vm`: related component
8
-- `queries`: array of the component's Reactive Queries.
9
-- `subscriptions`: array of the component's Reactive Subscriptions.
+- `queries`: object map of the component's Reactive Queries.
+- `subscriptions`: object map of the component's Reactive Subscriptions.
10
- `provider`: injected [Apollo Provider](./apollo-provider.md).
11
- `loading`: whether at least one query is loading.
12
- `skipAllQueries`: (setter) boolean to pause or unpause all Reactive Queries.
0 commit comments