mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
parent
384b960f5d
commit
3b5886ed92
@ -16,10 +16,10 @@ const wsLink = new WebSocketLink({
|
||||
uri: "ws://localhost:8080/v1/graphql",
|
||||
options: {
|
||||
reconnect: true,
|
||||
lazy: true
|
||||
},
|
||||
connectionParams: () => {
|
||||
return { headers: getHeaders() };
|
||||
lazy: true,
|
||||
connectionParams: () => {
|
||||
return { headers: getHeaders() };
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user