Skip to content

Commit e09a9d5

Browse files
committed
Remove link to archived thekonz/apollo-lighthouse-subscription-link
1 parent 0f88751 commit e09a9d5

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

docs/6/subscriptions/client-implementations.md

-5
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ const pusherLink = new PusherLink({
132132
const link = ApolloLink.from([pusherLink, httpLink(`${API_LOCATION}/graphql`)]);
133133
```
134134
135-
## Apollo for Laravel Echo
136-
137-
If you are using the Laravel Echo subscription driver with Apollo
138-
you can use [this apollo link](https://github.com/thekonz/apollo-lighthouse-subscription-link).
139-
140135
## Relay Modern
141136
142137
To use Lighthouse's Pusher subscriptions with Relay Modern you will

docs/master/subscriptions/client-implementations.md

-5
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ const pusherLink = new PusherLink({
132132
const link = ApolloLink.from([pusherLink, httpLink(`${API_LOCATION}/graphql`)]);
133133
```
134134
135-
## Apollo for Laravel Echo
136-
137-
If you are using the Laravel Echo subscription driver with Apollo
138-
you can use [this apollo link](https://github.com/thekonz/apollo-lighthouse-subscription-link).
139-
140135
## Relay Modern
141136
142137
To use Lighthouse's Pusher subscriptions with Relay Modern you will

0 commit comments

Comments
 (0)