fix catalog-graph api report
Signed-off-by: Mark Dunphy <markd@spotify.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user