Fixed issues for demo.

This commit is contained in:
Patrick Fic
2020-12-15 17:48:41 -08:00
parent 2efac1ed2b
commit 06dda3639f
16 changed files with 1842 additions and 1063 deletions

View File

@@ -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,