We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446f333 commit acabb50Copy full SHA for acabb50
1 file changed
src/apollo.client.ts
@@ -30,6 +30,7 @@ export const createApolloClient = (httpUrl: string) => {
30
};
31
});
32
33
+ //@Samox TODO make sure the WSlink uses the accesstoken right after it is created or refreshed
34
const wsLink = new GraphQLWsLink(
35
createClient({
36
url: wsUrl,
0 commit comments