From 07ca004cbb749fb46218f1766bb9c8f7805c3849 Mon Sep 17 00:00:00 2001 From: Johns Beharry Date: Sun, 13 Nov 2022 18:12:33 +0100 Subject: [PATCH] chore: swap url to proxy --- codegen.yml | 2 +- src/utils/apollo.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codegen.yml b/codegen.yml index 867507a..4f12415 100644 --- a/codegen.yml +++ b/codegen.yml @@ -1,5 +1,5 @@ overwrite: true -schema: "https://api.baseql.com/airtable/graphql/app7wOLbDNm617R18" +schema: "https://lightning-landscape.stellate.sh" documents: "./src/**/*.{ts,graphql}" generates: src/graphql/index.tsx: diff --git a/src/utils/apollo.ts b/src/utils/apollo.ts index f84fb45..4712a88 100644 --- a/src/utils/apollo.ts +++ b/src/utils/apollo.ts @@ -2,7 +2,7 @@ import { ApolloClient, HttpLink, InMemoryCache, from, Reference, FieldPolicy } f import { onError } from "@apollo/client/link/error"; import { RetryLink } from "@apollo/client/link/retry"; -let apiClientUri = "https://api.baseql.com/airtable/graphql/app7wOLbDNm617R18"; +let apiClientUri = "https://lightning-landscape.stellate.sh"; const httpLink = new HttpLink({