From 58b0bd2e8bab8b57ca2e79a068e3930521a37ed4 Mon Sep 17 00:00:00 2001 From: Markus Thielen Date: Mon, 3 Apr 2023 12:19:20 +0200 Subject: [PATCH] allow introspection --- bbconf/broker-config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bbconf/broker-config.toml b/bbconf/broker-config.toml index 7d85c31..a9266ea 100644 --- a/bbconf/broker-config.toml +++ b/bbconf/broker-config.toml @@ -5,6 +5,7 @@ log_level = "trace" [graphql] # path and file name to GraphQL schema file schema_file = "todo_schema.graphql" +allow_introspection = true [proxy] # host name or IP of basebox DB proxy