mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-11 16:27:14 +03:00
parent
a5c9347d75
commit
2893fe7126
@ -27,7 +27,7 @@ const mkWsLink = (uri) => {
|
||||
return new WebSocketLink(subClient);
|
||||
}
|
||||
|
||||
// Makle HttpLink
|
||||
// Make HttpLink
|
||||
const httpLink = new HttpLink({ uri: GRAPHQL_ENDPOINT });
|
||||
const wsLink = mkWsLink(GRAPHQL_ENDPOINT);
|
||||
const link = split(
|
||||
|
Loading…
Reference in New Issue
Block a user