Added maxDepth to catalogGraphParams
Signed-off-by: tperehinets <tetiana.perehinets@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user