You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
@@ -234,7 +236,7 @@ const accountsGraphQL = new GraphQLClient({
234
236
});
235
237
```
236
238
237
-
## Using with Apollo Link
239
+
## Using with Apollo Link
238
240
239
241
In order to send the accounts token on every request sent to your GraphQL server, apollo requires you to implment an apollo-link. This link is usually quite generic when using accounts-js so we've implmeneted the apollo-link you need and offer it as a utility package.
240
242
@@ -256,4 +258,4 @@ export const apolloClient = new ApolloClient({
0 commit comments