From 83e461da9a08d2c4780d9ba819b63eed1cfb9ae2 Mon Sep 17 00:00:00 2001 From: starptech Date: Sun, 11 Dec 2022 17:04:53 +0100 Subject: [PATCH] revert --- .wundergraph/wundergraph.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.wundergraph/wundergraph.config.ts b/.wundergraph/wundergraph.config.ts index d07963a..bdef829 100755 --- a/.wundergraph/wundergraph.config.ts +++ b/.wundergraph/wundergraph.config.ts @@ -10,7 +10,7 @@ import operations from "./wundergraph.operations"; const spacex = introspect.graphql({ apiNamespace: "spacex", - url: new EnvironmentVariable('SPACEX_API_URL'), + url: 'https://spacex-api.fly.dev/graphql', }); // configureWunderGraph emits the configuration