Fixed issues for demo.
This commit is contained in:
@@ -16,11 +16,13 @@ import { onError } from "@apollo/client/link/error";
|
||||
import { getMainDefinition } from "@apollo/client/utilities";
|
||||
|
||||
const httpLink = new HttpLink({
|
||||
uri: "https://bodyshop-dev-db.herokuapp.com/v1/graphql",
|
||||
// uri: "https://bodyshop-dev-db.herokuapp.com/v1/graphql",
|
||||
uri: "https://db.imex.online/v1/graphql",
|
||||
});
|
||||
|
||||
const wsLink = new WebSocketLink({
|
||||
uri: "wss://bodyshop-dev-db.herokuapp.com/v1/graphql",
|
||||
//uri: "wss://bodyshop-dev-db.herokuapp.com/v1/graphql",
|
||||
uri: "wss://db.imex.online/v1/graphql",
|
||||
options: {
|
||||
lazy: true,
|
||||
reconnect: true,
|
||||
|
||||
Reference in New Issue
Block a user