From a0768a37d8893d718f79594a72e3ce3231077f29 Mon Sep 17 00:00:00 2001 From: Dale Seo Date: Sat, 3 May 2025 23:18:40 -0400 Subject: [PATCH] enable sandbox --- router.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/router.yaml b/router.yaml index 211cda5..9f79c7d 100644 --- a/router.yaml +++ b/router.yaml @@ -1,5 +1,6 @@ supergraph: listen: 0.0.0.0:8080 + introspection: true include_subgraph_errors: all: true cors: @@ -13,3 +14,7 @@ telemetry: instrumentation: spans: mode: spec_compliant +sandbox: + enabled: true +homepage: + enabled: false