From e8fc1fc7992627847f5106a0a3dacd5aefb5cd2a Mon Sep 17 00:00:00 2001 From: starptech Date: Sun, 11 Dec 2022 17:02:20 +0100 Subject: [PATCH] test --- .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 d579cb9..d07963a 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: "https://spacex-api.fly.dev/graphql", + url: new EnvironmentVariable('SPACEX_API_URL'), }); // configureWunderGraph emits the configuration