Added maxDepth to catalogGraphParams

Signed-off-by: tperehinets <tetiana.perehinets@gmail.com>
This commit is contained in:
tperehinets
2023-07-31 13:47:54 +03:00
parent f7f1a9f36f
commit 62dc7a2b1a
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-graph': patch
---
Added maxDepth parameter to the catalogGraphParams in CatalogGraphCard.
@@ -108,6 +108,7 @@ export const CatalogGraphCard = (
const catalogGraphParams = qs.stringify(
{
rootEntityRefs: [stringifyEntityRef(entity)],
maxDepth: maxDepth,
unidirectional,
mergeRelations,
selectedKinds: kinds,