fix catalog-graph api report

Signed-off-by: Mark Dunphy <markd@spotify.com>
This commit is contained in:
Mark Dunphy
2025-04-08 12:35:45 -04:00
parent 631c79cd34
commit 0560d63c7f
+1 -1
View File
@@ -126,9 +126,9 @@ const _default: FrontendPlugin<
direction?: Direction | undefined;
zoom?: 'disabled' | 'enabled' | 'enable-on-click' | undefined;
relations?: string[] | undefined;
rootEntityRefs?: string[] | undefined;
maxDepth?: number | undefined;
kinds?: string[] | undefined;
rootEntityRefs?: string[] | undefined;
unidirectional?: boolean | undefined;
mergeRelations?: boolean | undefined;
relationPairs?: [string, string][] | undefined;