chore: swap url to proxy

This commit is contained in:
Johns Beharry
2022-11-13 18:12:33 +01:00
parent 117521cc9a
commit 07ca004cbb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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({