Update catalog-graph alpha API report

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-28 15:02:28 +01:00
parent e923ff1485
commit 34f5dc5ae1
+1 -1
View File
@@ -167,8 +167,8 @@ const _default: OverridableFrontendPlugin<
direction?: 'TB' | 'BT' | 'LR' | 'RL' | undefined;
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
relations?: string[] | undefined;
rootEntityRefs?: string[] | undefined;
maxDepth?: number | undefined;
rootEntityRefs?: string[] | undefined;
kinds?: string[] | undefined;
mergeRelations?: boolean | undefined;
relationPairs?: [string, string][] | undefined;