Skip to content

Commit fa74bbb

Browse files
committed
docs: fix dollar apollo api ref
1 parent cb0ab57 commit fa74bbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/src/api/dollar-apollo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This is the Apollo manager added to any component that uses Apollo. It can be ac
55
## Properties
66

77
- `vm`: related component
8-
- `queries`: array of the component's Reactive Queries.
9-
- `subscriptions`: array of the component's Reactive Subscriptions.
8+
- `queries`: object map of the component's Reactive Queries.
9+
- `subscriptions`: object map of the component's Reactive Subscriptions.
1010
- `provider`: injected [Apollo Provider](./apollo-provider.md).
1111
- `loading`: whether at least one query is loading.
1212
- `skipAllQueries`: (setter) boolean to pause or unpause all Reactive Queries.

0 commit comments

Comments
 (0)