mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-17 06:14:27 +01:00
chore: swap url to proxy
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user