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