mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-18 06:44:22 +01:00
chore: swap url to proxy
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
schema: "https://api.baseql.com/airtable/graphql/app7wOLbDNm617R18"
|
schema: "https://lightning-landscape.stellate.sh"
|
||||||
documents: "./src/**/*.{ts,graphql}"
|
documents: "./src/**/*.{ts,graphql}"
|
||||||
generates:
|
generates:
|
||||||
src/graphql/index.tsx:
|
src/graphql/index.tsx:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import { ApolloClient, HttpLink, InMemoryCache, from, Reference, FieldPolicy } f
|
|||||||
import { onError } from "@apollo/client/link/error";
|
import { onError } from "@apollo/client/link/error";
|
||||||
import { RetryLink } from "@apollo/client/link/retry";
|
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({
|
const httpLink = new HttpLink({
|
||||||
|
|||||||
Reference in New Issue
Block a user