From a35f19dd9ee1e5d919e86c0d1799371437cc1d44 Mon Sep 17 00:00:00 2001 From: Taras Dubyk Date: Wed, 21 May 2025 11:34:40 +0300 Subject: [PATCH] enable collapsing attributes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a5d237..53cba48 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,8 @@ "polyglot": { "disableDeriveFromPolyglotModel": true, "disableConvertToPolyglotModel": true - } + }, + "collapseEntityAttributesInRE": true } }, "description": "Hackolade plugin for GraphQL",