docs: fix broken links
This commit is contained in:
@@ -15,9 +15,9 @@ This is the Apollo manager added to any component that uses Apollo. It can be ac
|
||||
|
||||
## Methods
|
||||
|
||||
- `query`: execute a query (see [Queries](../guide/apollo/queries.md)).
|
||||
- `mutate`: execute a mutation (see [Mutations](../guide/apollo/mutations.md)).
|
||||
- `subscribe`: standard Apollo subscribe method (see [Subscriptions](../guide/apollo/subscriptions.md)).
|
||||
- `query`: execute a query (see [Queries](../guide-option/queries.md)).
|
||||
- `mutate`: execute a mutation (see [Mutations](../guide-option/mutations.md)).
|
||||
- `subscribe`: standard Apollo subscribe method (see [Subscriptions](../guide-option/subscriptions.md)).
|
||||
- `addSmartQuery`: manually add a Smart Query (not recommended).
|
||||
- `addSmartSubscription`: add a Smart Subscription (see [Subscriptions](../guide/apollo/subscriptions.md)).
|
||||
- `addSmartSubscription`: add a Smart Subscription (see [Subscriptions](../guide-option/subscriptions.md)).
|
||||
- `getClient`: returns the underlying ApolloClient.
|
||||
|
||||
Reference in New Issue
Block a user