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